summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c
diff options
context:
space:
mode:
authorSteve French2006-09-30 03:08:55 +0200
committerSteve French2006-09-30 03:08:55 +0200
commitf46d3e11903e452924ef2996aa9aca2aae4427e2 (patch)
tree3e262990fbb88e342ce3cb8313423c7ef91e24f6 /fs/cifs/cifsfs.c
parent[CIFS] Rename server time zone field (diff)
downloadkernel-qcow2-linux-f46d3e11903e452924ef2996aa9aca2aae4427e2.tar.gz
kernel-qcow2-linux-f46d3e11903e452924ef2996aa9aca2aae4427e2.tar.xz
kernel-qcow2-linux-f46d3e11903e452924ef2996aa9aca2aae4427e2.zip
[CIFS] Fix typo in name of new cifs_show_stats
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r--fs/cifs/cifsfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
index e7641f9a13bb..ca53720fa5b1 100644
--- 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
};