diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-12-08 20:51:13 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-06 23:16:54 -0500 |
commit | 64132379d509184425672e0dce1ac0a031e3f2a5 (patch) | |
tree | 2b7191e0e37bf061b2000935c7cf78e6fb1f3c95 /fs/cifs | |
parent | cdcf116d44e78c7216ba9f8be9af1cdfca7af728 (diff) |
vfs: switch ->show_stats to struct dentry *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 5bb961c13c4d..0cb89dc6526c 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -488,7 +488,7 @@ static void cifs_umount_begin(struct super_block *sb) | |||
488 | } | 488 | } |
489 | 489 | ||
490 | #ifdef CONFIG_CIFS_STATS2 | 490 | #ifdef CONFIG_CIFS_STATS2 |
491 | static int cifs_show_stats(struct seq_file *s, struct vfsmount *mnt) | 491 | static int cifs_show_stats(struct seq_file *s, struct dentry *root) |
492 | { | 492 | { |
493 | /* BB FIXME */ | 493 | /* BB FIXME */ |
494 | return 0; | 494 | return 0; |