diff options
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index ff57ad4efe82..29bbf655b99c 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -459,7 +459,7 @@ int cifs_xstate_get(struct super_block *sb, struct fs_quota_stat *qstats) | |||
459 | 459 | ||
460 | static struct quotactl_ops cifs_quotactl_ops = { | 460 | static struct quotactl_ops cifs_quotactl_ops = { |
461 | .set_xquota = cifs_xquota_set, | 461 | .set_xquota = cifs_xquota_set, |
462 | .get_xquota = cifs_xquota_set, | 462 | .get_xquota = cifs_xquota_get, |
463 | .set_xstate = cifs_xstate_set, | 463 | .set_xstate = cifs_xstate_set, |
464 | .get_xstate = cifs_xstate_get, | 464 | .get_xstate = cifs_xstate_get, |
465 | }; | 465 | }; |