diff options
| author | Brian Gerst <bgerst@didntduck.org> | 2002-03-12 01:50:28 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-03-12 01:50:28 -0800 |
| commit | bc846ba4feb9e37e036b9d241434bc30dddf6d4b (patch) | |
| tree | df96d8bfe76abc8331d12086bcea37e2a5f930b1 /include/linux/fs.h | |
| parent | dbd6e343b70c101fb43896110aed7d9b3442a1e9 (diff) | |
[PATCH] struct super_block cleanup - ncpfs
Seperates ncp_sb_info from struct super_block.
Diffstat (limited to 'include/linux/fs.h')
| -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 b3a0db2d093e..74ac6c530de3 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -667,7 +667,6 @@ struct quota_mount_options #include <linux/reiserfs_fs_sb.h> #include <linux/bfs_fs_sb.h> #include <linux/udf_fs_sb.h> -#include <linux/ncp_fs_sb.h> #include <linux/jffs2_fs_sb.h> extern struct list_head super_blocks; @@ -724,7 +723,6 @@ struct super_block { struct reiserfs_sb_info reiserfs_sb; struct bfs_sb_info bfs_sb; struct udf_sb_info udf_sb; - struct ncp_sb_info ncpfs_sb; struct jffs2_sb_info jffs2_sb; void *generic_sbp; } u; |
