diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_ioctl.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_ioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_ioctl.c b/fs/xfs/linux-2.6/xfs_ioctl.c index a12dddad126e..237f5ffb2ee8 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl.c +++ b/fs/xfs/linux-2.6/xfs_ioctl.c | |||
@@ -899,7 +899,7 @@ xfs_ioctl_setattr( | |||
899 | struct xfs_dquot *olddquot = NULL; | 899 | struct xfs_dquot *olddquot = NULL; |
900 | int code; | 900 | int code; |
901 | 901 | ||
902 | xfs_itrace_entry(ip); | 902 | trace_xfs_ioctl_setattr(ip); |
903 | 903 | ||
904 | if (mp->m_flags & XFS_MOUNT_RDONLY) | 904 | if (mp->m_flags & XFS_MOUNT_RDONLY) |
905 | return XFS_ERROR(EROFS); | 905 | return XFS_ERROR(EROFS); |
@@ -1282,7 +1282,7 @@ xfs_file_ioctl( | |||
1282 | if (filp->f_mode & FMODE_NOCMTIME) | 1282 | if (filp->f_mode & FMODE_NOCMTIME) |
1283 | ioflags |= IO_INVIS; | 1283 | ioflags |= IO_INVIS; |
1284 | 1284 | ||
1285 | xfs_itrace_entry(ip); | 1285 | trace_xfs_file_ioctl(ip); |
1286 | 1286 | ||
1287 | switch (cmd) { | 1287 | switch (cmd) { |
1288 | case XFS_IOC_ALLOCSP: | 1288 | case XFS_IOC_ALLOCSP: |