diff options
Diffstat (limited to 'fs/xfs/xfs_dir2.c')
-rw-r--r-- | fs/xfs/xfs_dir2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dir2.c b/fs/xfs/xfs_dir2.c index b53960a5f41e..a1321bc7f192 100644 --- a/fs/xfs/xfs_dir2.c +++ b/fs/xfs/xfs_dir2.c | |||
@@ -380,7 +380,7 @@ xfs_readdir( | |||
380 | int rval; /* return value */ | 380 | int rval; /* return value */ |
381 | int v; /* type-checking value */ | 381 | int v; /* type-checking value */ |
382 | 382 | ||
383 | xfs_itrace_entry(dp); | 383 | trace_xfs_readdir(dp); |
384 | 384 | ||
385 | if (XFS_FORCED_SHUTDOWN(dp->i_mount)) | 385 | if (XFS_FORCED_SHUTDOWN(dp->i_mount)) |
386 | return XFS_ERROR(EIO); | 386 | return XFS_ERROR(EIO); |