diff options
Diffstat (limited to 'fs/xfs/xfs_itable.c')
-rw-r--r-- | fs/xfs/xfs_itable.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_itable.c b/fs/xfs/xfs_itable.c index 315c9bcd3be3..612689940659 100644 --- a/fs/xfs/xfs_itable.c +++ b/fs/xfs/xfs_itable.c | |||
@@ -52,7 +52,8 @@ xfs_bulkstat_one_iget( | |||
52 | bhv_vnode_t *vp; | 52 | bhv_vnode_t *vp; |
53 | int error; | 53 | int error; |
54 | 54 | ||
55 | error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_SHARED, &ip, bno); | 55 | error = xfs_iget(mp, NULL, ino, |
56 | XFS_IGET_BULKSTAT, XFS_ILOCK_SHARED, &ip, bno); | ||
56 | if (error) { | 57 | if (error) { |
57 | *stat = BULKSTAT_RV_NOTHING; | 58 | *stat = BULKSTAT_RV_NOTHING; |
58 | return error; | 59 | return error; |