diff --git a/[refs] b/[refs] index 771610807f08..1a98a36451be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 175ec9e11cf18f8373b32f7a33e75a4cf7ce25e3 +refs/heads/master: f46d3e11903e452924ef2996aa9aca2aae4427e2 diff --git a/trunk/fs/cifs/cifsfs.c b/trunk/fs/cifs/cifsfs.c index e7641f9a13bb..ca53720fa5b1 100644 --- a/trunk/fs/cifs/cifsfs.c +++ b/trunk/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 };