From: Steve French Date: Sat, 30 Sep 2006 01:08:55 +0000 (+0000) Subject: [CIFS] Fix typo in name of new cifs_show_stats X-Git-Tag: v2.6.19-rc2~10^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f46d3e11903e452924ef2996aa9aca2aae4427e2;p=profile%2Fivi%2Fkernel-x86-ivi.git [CIFS] Fix typo in name of new cifs_show_stats Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index e7641f9..ca53720 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c @@ -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 };