summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDave Jones <davej@suse.de>2002-08-19 18:10:58 -0700
committerDave Jones <davej@suse.de>2002-08-19 18:10:58 -0700
commit7e2e73a7ab2520d658985ac0e24287f8a524171d (patch)
treea6bf0e5ae58155f7ce69e4b287fab7a42f50ae87 /include/linux
parent136b6223bfb668b502f6ef20e0106d27dbf9495c (diff)
[PATCH] struct superblock cleanups.
Finally, this chunk removes the references to the UFS & ROMFS entries in struct superblock, leaving just ext3 and hpfs as the only remaining fs's to be fixed up.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index ec0f6edac31b..f773053fdbc5 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -624,8 +624,6 @@ extern void __kill_fasync(struct fasync_struct *, int, int);
#include <linux/ext3_fs_sb.h>
#include <linux/hpfs_fs_sb.h>
-#include <linux/ufs_fs_sb.h>
-#include <linux/romfs_fs_sb.h>
extern struct list_head super_blocks;
extern spinlock_t sb_lock;
@@ -670,8 +668,6 @@ struct super_block {
union {
struct ext3_sb_info ext3_sb;
struct hpfs_sb_info hpfs_sb;
- struct ufs_sb_info ufs_sb;
- struct romfs_sb_info romfs_sb;
void *generic_sbp;
} u;
/*