projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c81e0
)
[CIFS] Fix typo in quota operations
author
Roel Kluin
<12o3l@tiscali.nl>
Tue, 12 Feb 2008 20:38:10 +0000
(20:38 +0000)
committer
Steve French
<sfrench@us.ibm.com>
Tue, 12 Feb 2008 20:38:10 +0000
(20:38 +0000)
Although these experimental operations are not fully implemented, fix the
typo in the definition of the quotactl operations for cifs.
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifsfs.c
b/fs/cifs/cifsfs.c
index ff57ad4efe82fc1f766221fecdc6252dd99b943c..29bbf655b99c5ad05e3798e359bae5e7ffeae73d 100644
(file)
--- 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)
static struct quotactl_ops cifs_quotactl_ops = {
.set_xquota = cifs_xquota_set,
- .get_xquota = cifs_xquota_
s
et,
+ .get_xquota = cifs_xquota_
g
et,
.set_xstate = cifs_xstate_set,
.get_xstate = cifs_xstate_get,
};