diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-08-27 22:25:49 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-10-23 05:13:13 -0400 |
commit | 6de24f0ed08054b2a202902e4d63beff27654db8 (patch) | |
tree | 91f378a0335b5b9756020d37e1c54bba4a2d6434 /include/linux/fs.h | |
parent | 8966c5e0fc867f5a7da5756b4cd1b8bbbed3d5dd (diff) |
[PATCH 1/2] anondev: init IDR statically
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index a6a625be13fc..5f70aa62cf0f 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1593,7 +1593,6 @@ extern int get_sb_pseudo(struct file_system_type *, char *, | |||
1593 | struct vfsmount *mnt); | 1593 | struct vfsmount *mnt); |
1594 | extern int simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); | 1594 | extern int simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); |
1595 | int __put_super_and_need_restart(struct super_block *sb); | 1595 | int __put_super_and_need_restart(struct super_block *sb); |
1596 | void unnamed_dev_init(void); | ||
1597 | 1596 | ||
1598 | /* Alas, no aliases. Too much hassle with bringing module.h everywhere */ | 1597 | /* Alas, no aliases. Too much hassle with bringing module.h everywhere */ |
1599 | #define fops_get(fops) \ | 1598 | #define fops_get(fops) \ |