Skip to content

Commit

Permalink
[CIFS] Fix typo in name of new cifs_show_stats
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Sep 30, 2006
1 parent 175ec9e commit f46d3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit f46d3e1

Please sign in to comment.