diff options
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r-- | fs/xfs/xfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 5f357ca97e76..858e1e62bbaa 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c | |||
@@ -1048,7 +1048,7 @@ xfs_fs_statfs( | |||
1048 | { | 1048 | { |
1049 | struct xfs_mount *mp = XFS_M(dentry->d_sb); | 1049 | struct xfs_mount *mp = XFS_M(dentry->d_sb); |
1050 | xfs_sb_t *sbp = &mp->m_sb; | 1050 | xfs_sb_t *sbp = &mp->m_sb; |
1051 | struct xfs_inode *ip = XFS_I(dentry->d_inode); | 1051 | struct xfs_inode *ip = XFS_I(d_inode(dentry)); |
1052 | __uint64_t fakeinos, id; | 1052 | __uint64_t fakeinos, id; |
1053 | __uint64_t icount; | 1053 | __uint64_t icount; |
1054 | __uint64_t ifree; | 1054 | __uint64_t ifree; |