projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
175ec9e
)
[CIFS] Fix typo in name of new cifs_show_stats
author
Steve French
<sfrench@us.ibm.com>
Sat, 30 Sep 2006 01:08:55 +0000
(
01:08
+0000)
committer
Steve French
<sfrench@us.ibm.com>
Sat, 30 Sep 2006 01:08:55 +0000
(
01:08
+0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c
patch
|
blob
|
history
diff --git
a/fs/cifs/cifsfs.c
b/fs/cifs/cifsfs.c
index e7641f9a13bbf60934d013a433934bd34123e091..ca53720fa5b1c7ca0a2f8d6dbf92dbacb0503c43 100644
(file)
--- a/
fs/cifs/cifsfs.c
+++ b/
fs/cifs/cifsfs.c
@@
-465,7
+465,7
@@
static struct super_operations cifs_super_ops = {
.umount_begin = cifs_umount_begin,
.remount_fs = cifs_remount,
#ifdef CONFIG_CIFS_STATS2
- .cifs_show_stats,
+ .
show_stats =
cifs_show_stats,
#endif
};