diff options
Diffstat (limited to 'fs/xfs/xfs_iget.c')
-rw-r--r-- | fs/xfs/xfs_iget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iget.c b/fs/xfs/xfs_iget.c index 772bbc7a8ac9..488836e204a3 100644 --- a/fs/xfs/xfs_iget.c +++ b/fs/xfs/xfs_iget.c | |||
@@ -369,7 +369,7 @@ xfs_iget( | |||
369 | XFS_STATS_INC(xs_ig_attempts); | 369 | XFS_STATS_INC(xs_ig_attempts); |
370 | 370 | ||
371 | retry: | 371 | retry: |
372 | inode = iget_locked(XFS_MTOVFS(mp)->vfs_super, ino); | 372 | inode = iget_locked(mp->m_super, ino); |
373 | if (inode) { | 373 | if (inode) { |
374 | xfs_inode_t *ip; | 374 | xfs_inode_t *ip; |
375 | 375 | ||