aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_qm_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/quota/xfs_qm_syscalls.c')
-rw-r--r--fs/xfs/quota/xfs_qm_syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_qm_syscalls.c b/fs/xfs/quota/xfs_qm_syscalls.c
index c55db463bb..afc7c1c696 100644
--- a/fs/xfs/quota/xfs_qm_syscalls.c
+++ b/fs/xfs/quota/xfs_qm_syscalls.c
@@ -91,8 +91,8 @@ xfs_qm_quotactl(
91 xfs_caddr_t addr) 91 xfs_caddr_t addr)
92{ 92{
93 xfs_mount_t *mp; 93 xfs_mount_t *mp;
94 bhv_vfs_t *vfsp;
94 int error; 95 int error;
95 struct vfs *vfsp;
96 96
97 vfsp = bhvtovfs(bdp); 97 vfsp = bhvtovfs(bdp);
98 mp = XFS_VFSTOM(vfsp); 98 mp = XFS_VFSTOM(vfsp);