diff options
| author | Brian Gerst <bgerst@didntduck.org> | 2002-03-17 18:48:42 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-03-17 18:48:42 -0800 |
| commit | 4758c319c0967b4356c8894a8f4f2b93e68a803b (patch) | |
| tree | d94d8d314f3639c59036a160018e399062583e3e /include/linux | |
| parent | 5326862d17d4ff78c79fbe72df50b16f37812782 (diff) | |
[PATCH] struct super_block cleanup - shmem
Seperates shmem_sb_info from struct super_block.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 1600f74d5410..cab76452160c 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -471,7 +471,6 @@ static inline struct inode *SOCK_INODE(struct socket *socket) return &list_entry(socket, struct socket_alloc, socket)->vfs_inode; } -#include <linux/shmem_fs.h> /* will die */ #include <linux/coda_fs_i.h> #include <linux/ext3_fs_i.h> @@ -697,7 +696,6 @@ struct super_block { struct sysv_sb_info sysv_sb; struct affs_sb_info affs_sb; struct ufs_sb_info ufs_sb; - struct shmem_sb_info shmem_sb; struct romfs_sb_info romfs_sb; struct hfs_sb_info hfs_sb; struct adfs_sb_info adfs_sb; |
