diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_ioctl32.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_ioctl32.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/xfs/linux-2.6/xfs_ioctl32.c b/fs/xfs/linux-2.6/xfs_ioctl32.c index 52ed49e6465..6c83f7f62dc 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl32.c +++ b/fs/xfs/linux-2.6/xfs_ioctl32.c | |||
@@ -28,12 +28,8 @@ | |||
28 | #include "xfs_trans.h" | 28 | #include "xfs_trans.h" |
29 | #include "xfs_sb.h" | 29 | #include "xfs_sb.h" |
30 | #include "xfs_ag.h" | 30 | #include "xfs_ag.h" |
31 | #include "xfs_dir2.h" | ||
32 | #include "xfs_dmapi.h" | ||
33 | #include "xfs_mount.h" | 31 | #include "xfs_mount.h" |
34 | #include "xfs_bmap_btree.h" | 32 | #include "xfs_bmap_btree.h" |
35 | #include "xfs_attr_sf.h" | ||
36 | #include "xfs_dir2_sf.h" | ||
37 | #include "xfs_vnode.h" | 33 | #include "xfs_vnode.h" |
38 | #include "xfs_dinode.h" | 34 | #include "xfs_dinode.h" |
39 | #include "xfs_inode.h" | 35 | #include "xfs_inode.h" |
@@ -544,7 +540,7 @@ xfs_file_compat_ioctl( | |||
544 | if (filp->f_mode & FMODE_NOCMTIME) | 540 | if (filp->f_mode & FMODE_NOCMTIME) |
545 | ioflags |= IO_INVIS; | 541 | ioflags |= IO_INVIS; |
546 | 542 | ||
547 | xfs_itrace_entry(ip); | 543 | trace_xfs_file_compat_ioctl(ip); |
548 | 544 | ||
549 | switch (cmd) { | 545 | switch (cmd) { |
550 | /* No size or alignment issues on any arch */ | 546 | /* No size or alignment issues on any arch */ |