]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[CIFS] Fix typo in name of new cifs_show_stats
authorSteve French <sfrench@us.ibm.com>
Sat, 30 Sep 2006 01:08:55 +0000 (01:08 +0000)
committerSteve 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

index e7641f9a13bbf60934d013a433934bd34123e091..ca53720fa5b1c7ca0a2f8d6dbf92dbacb0503c43 100644 (file)
@@ -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
 };