diff options
Diffstat (limited to 'fs/xfs/quota')
-rw-r--r-- | fs/xfs/quota/xfs_qm_bhv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_qm_bhv.c b/fs/xfs/quota/xfs_qm_bhv.c index d2cdb8a2aad6..ca25ee31a02f 100644 --- a/fs/xfs/quota/xfs_qm_bhv.c +++ b/fs/xfs/quota/xfs_qm_bhv.c | |||
@@ -188,7 +188,7 @@ STATIC int | |||
188 | xfs_qm_statvfs( | 188 | xfs_qm_statvfs( |
189 | struct bhv_desc *bhv, | 189 | struct bhv_desc *bhv, |
190 | bhv_statvfs_t *statp, | 190 | bhv_statvfs_t *statp, |
191 | struct bhv_vnode *vnode) | 191 | bhv_vnode_t *vnode) |
192 | { | 192 | { |
193 | xfs_mount_t *mp; | 193 | xfs_mount_t *mp; |
194 | xfs_inode_t *ip; | 194 | xfs_inode_t *ip; |