提交 6f7e8f37 编写于 作者: R Roel Kluin 提交者: Steve French

[CIFS] Fix typo in quota operations

Although these experimental operations are not fully implemented, fix the
typo in the definition of the quotactl operations for cifs.
Signed-off-by: NRoel Kluin <12o3l@tiscali.nl>
Signed-off-by: NSteve French <sfrench@us.ibm.com>
上级 90c81e0b
...@@ -459,7 +459,7 @@ int cifs_xstate_get(struct super_block *sb, struct fs_quota_stat *qstats) ...@@ -459,7 +459,7 @@ int cifs_xstate_get(struct super_block *sb, struct fs_quota_stat *qstats)
static struct quotactl_ops cifs_quotactl_ops = { static struct quotactl_ops cifs_quotactl_ops = {
.set_xquota = cifs_xquota_set, .set_xquota = cifs_xquota_set,
.get_xquota = cifs_xquota_set, .get_xquota = cifs_xquota_get,
.set_xstate = cifs_xstate_set, .set_xstate = cifs_xstate_set,
.get_xstate = cifs_xstate_get, .get_xstate = cifs_xstate_get,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册