aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_itable.c')
-rw-r--r--fs/xfs/xfs_itable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_itable.c b/fs/xfs/xfs_itable.c
index 864b43d65840..a0182ced29c4 100644
--- a/fs/xfs/xfs_itable.c
+++ b/fs/xfs/xfs_itable.c
@@ -51,7 +51,7 @@ xfs_bulkstat_one_iget(
51{ 51{
52 xfs_dinode_core_t *dic; /* dinode core info pointer */ 52 xfs_dinode_core_t *dic; /* dinode core info pointer */
53 xfs_inode_t *ip; /* incore inode pointer */ 53 xfs_inode_t *ip; /* incore inode pointer */
54 vnode_t *vp; 54 bhv_vnode_t *vp;
55 int error; 55 int error;
56 56
57 error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_SHARED, &ip, bno); 57 error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_SHARED, &ip, bno);