diff options
author | Steve French <sfrench@us.ibm.com> | 2006-09-29 21:08:55 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-09-29 21:08:55 -0400 |
commit | f46d3e11903e452924ef2996aa9aca2aae4427e2 (patch) | |
tree | 3e262990fbb88e342ce3cb8313423c7ef91e24f6 | |
parent | 175ec9e11cf18f8373b32f7a33e75a4cf7ce25e3 (diff) |
[CIFS] Fix typo in name of new cifs_show_stats
Signed-off-by: Steve French <sfrench@us.ibm.com>
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
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 = { | |||
465 | .umount_begin = cifs_umount_begin, | 465 | .umount_begin = cifs_umount_begin, |
466 | .remount_fs = cifs_remount, | 466 | .remount_fs = cifs_remount, |
467 | #ifdef CONFIG_CIFS_STATS2 | 467 | #ifdef CONFIG_CIFS_STATS2 |
468 | .cifs_show_stats, | 468 | .show_stats = cifs_show_stats, |
469 | #endif | 469 | #endif |
470 | }; | 470 | }; |
471 | 471 | ||