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 /include/linux/fs.h | |
parent | cdcf116d44e78c7216ba9f8be9af1cdfca7af728 (diff) |
vfs: switch ->show_stats to struct dentry *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 659be7d82617..b2e4b6f639e4 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1675,7 +1675,7 @@ struct super_operations { | |||
1675 | int (*show_options)(struct seq_file *, struct vfsmount *); | 1675 | int (*show_options)(struct seq_file *, struct vfsmount *); |
1676 | int (*show_devname)(struct seq_file *, struct vfsmount *); | 1676 | int (*show_devname)(struct seq_file *, struct vfsmount *); |
1677 | int (*show_path)(struct seq_file *, struct vfsmount *); | 1677 | int (*show_path)(struct seq_file *, struct vfsmount *); |
1678 | int (*show_stats)(struct seq_file *, struct vfsmount *); | 1678 | int (*show_stats)(struct seq_file *, struct dentry *); |
1679 | #ifdef CONFIG_QUOTA | 1679 | #ifdef CONFIG_QUOTA |
1680 | ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); | 1680 | ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); |
1681 | ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t); | 1681 | ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t); |