Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f7e8f37 authored by Roel Kluin's avatar Roel Kluin Committed by Steve French
Browse files

[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: default avatarRoel Kluin <12o3l@tiscali.nl>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 90c81e0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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,
};
};