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 4315ce642b4e..d4c0de860124 100644
--- a/fs/xfs/xfs_itable.c
+++ b/fs/xfs/xfs_itable.c
@@ -595,7 +595,7 @@ xfs_bulkstat(
595 595
596 error = xfs_inotobp(mp, NULL, ino, &dip, 596 error = xfs_inotobp(mp, NULL, ino, &dip,
597 &bp, &offset, 597 &bp, &offset,
598 XFS_IMAP_BULKSTAT); 598 XFS_IGET_BULKSTAT);
599 599
600 if (!error) 600 if (!error)
601 clustidx = offset / mp->m_sb.sb_inodesize; 601 clustidx = offset / mp->m_sb.sb_inodesize;