diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-07 15:44:25 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-20 01:44:20 -0400 |
commit | 0ee5dc676a5f8fadede608c7281dfedb1ae714ea (patch) | |
tree | 887896f0e1b51f39e9be21a1e8d960ec50a817a7 /include/linux/fs.h | |
parent | fb408e6ccc32404a05783911b6f3fed56bd17b06 (diff) |
btrfs: kill magical embedded struct superblock
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, 2 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 8494aac189f0..a0011aef4338 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1835,6 +1835,8 @@ void kill_litter_super(struct super_block *sb); | |||
1835 | void deactivate_super(struct super_block *sb); | 1835 | void deactivate_super(struct super_block *sb); |
1836 | void deactivate_locked_super(struct super_block *sb); | 1836 | void deactivate_locked_super(struct super_block *sb); |
1837 | int set_anon_super(struct super_block *s, void *data); | 1837 | int set_anon_super(struct super_block *s, void *data); |
1838 | int get_anon_bdev(dev_t *); | ||
1839 | void free_anon_bdev(dev_t); | ||
1838 | struct super_block *sget(struct file_system_type *type, | 1840 | struct super_block *sget(struct file_system_type *type, |
1839 | int (*test)(struct super_block *,void *), | 1841 | int (*test)(struct super_block *,void *), |
1840 | int (*set)(struct super_block *,void *), | 1842 | int (*set)(struct super_block *,void *), |