diff options
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 063da344e185..3adb868df183 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
@@ -870,7 +870,7 @@ xfs_iread( | |||
870 | * around for a while. This helps to keep recently accessed | 870 | * around for a while. This helps to keep recently accessed |
871 | * meta-data in-core longer. | 871 | * meta-data in-core longer. |
872 | */ | 872 | */ |
873 | XFS_BUF_SET_REF(bp, XFS_INO_REF); | 873 | XFS_BUF_SET_REF(bp, XFS_INO_REF); |
874 | 874 | ||
875 | /* | 875 | /* |
876 | * Use xfs_trans_brelse() to release the buffer containing the | 876 | * Use xfs_trans_brelse() to release the buffer containing the |
@@ -3232,8 +3232,6 @@ corrupt_out: | |||
3232 | 3232 | ||
3233 | 3233 | ||
3234 | #ifdef XFS_ILOCK_TRACE | 3234 | #ifdef XFS_ILOCK_TRACE |
3235 | ktrace_t *xfs_ilock_trace_buf; | ||
3236 | |||
3237 | void | 3235 | void |
3238 | xfs_ilock_trace(xfs_inode_t *ip, int lock, unsigned int lockflags, inst_t *ra) | 3236 | xfs_ilock_trace(xfs_inode_t *ip, int lock, unsigned int lockflags, inst_t *ra) |
3239 | { | 3237 | { |