From 5173f1ae1a5a9838f7024e6cabe32056151f1eb4 Mon Sep 17 00:00:00 2001 From: Steve French Date: Thu, 28 Sep 2006 21:34:06 +0000 Subject: [PATCH] --- yaml --- r: 39519 b: refs/heads/master c: bf97d28711e2dc4dc947faa6477cd1b36b91a2da h: refs/heads/master i: 39517: 10edf2b7a19f34c84f7be7528eb98cec9e3d5290 39515: 2dbc0e22eb4c2923cea922d9b89af062b45ac26a 39511: b6f90286c27011df6572de4c7c64c1a738292a82 39503: b0f0eb03c4685a74da1e69cc90524edb7241af46 39487: 590c67ff3213cd87ae801cf26c160a1de8104970 v: v3 --- [refs] | 2 +- trunk/fs/cifs/cifsfs.c | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 20c65fa542e3..4cb87cf749d8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a3ab41f10e2f5087e515da358680c88dd61d4832 +refs/heads/master: bf97d28711e2dc4dc947faa6477cd1b36b91a2da diff --git a/trunk/fs/cifs/cifsfs.c b/trunk/fs/cifs/cifsfs.c index 51e888fcef2d..7ecfcbf31e55 100644 --- a/trunk/fs/cifs/cifsfs.c +++ b/trunk/fs/cifs/cifsfs.c @@ -437,6 +437,14 @@ static void cifs_umount_begin(struct vfsmount * vfsmnt, int flags) return; } +#ifdef CONFIG_CIFS_STATS2 +static int cifs_show_stats(struct seq_file *s, struct vfsmount *mnt) +{ + /* BB FIXME */ + return 0; +} +#endif + static int cifs_remount(struct super_block *sb, int *flags, char *data) { *flags |= MS_NODIRATIME; @@ -456,6 +464,9 @@ static struct super_operations cifs_super_ops = { .show_options = cifs_show_options, .umount_begin = cifs_umount_begin, .remount_fs = cifs_remount, +#ifdef CONFIG_CIFS_STATS2 + cifs_show_stats, +#endif }; static int