[CIFS] Fix typo in name of new cifs_show_stats
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
175ec9e11c
commit
f46d3e1190
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ static struct super_operations cifs_super_ops = {
|
||||||
.umount_begin = cifs_umount_begin,
|
.umount_begin = cifs_umount_begin,
|
||||||
.remount_fs = cifs_remount,
|
.remount_fs = cifs_remount,
|
||||||
#ifdef CONFIG_CIFS_STATS2
|
#ifdef CONFIG_CIFS_STATS2
|
||||||
.cifs_show_stats,
|
.show_stats = cifs_show_stats,
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue