Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f46d3e11 authored by Steve French's avatar Steve French
Browse files

[CIFS] Fix typo in name of new cifs_show_stats



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 175ec9e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
};