* [PATCH] hook up compat handler for FIEMAP ioctl
@ 2009-07-27 20:09 Eric Sandeen
0 siblings, 0 replies; only message in thread
From: Eric Sandeen @ 2009-07-27 20:09 UTC (permalink / raw)
To: ext4 development, linux-fsdevel
The FIEMAP_IOC_FIEMAP mapping ioctl was missing a 32-bit
compat handler; the structure is nicely aligned, padded,
and sized, so it should be just this simple.
Tested w/ 32-bit ioctl tester (from Josef) on a 64-bit
kernel on ext4.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index f28f070..f91fd51 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -1905,6 +1905,7 @@ COMPATIBLE_IOCTL(FIONCLEX)
COMPATIBLE_IOCTL(FIOASYNC)
COMPATIBLE_IOCTL(FIONBIO)
COMPATIBLE_IOCTL(FIONREAD) /* This is also TIOCINQ */
+COMPATIBLE_IOCTL(FS_IOC_FIEMAP)
/* 0x00 */
COMPATIBLE_IOCTL(FIBMAP)
COMPATIBLE_IOCTL(FIGETBSZ)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-27 20:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 20:09 [PATCH] hook up compat handler for FIEMAP ioctl Eric Sandeen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.