]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] struct superblock cleanups.
authorDave Jones <davej@suse.de>
Tue, 20 Aug 2002 01:10:58 +0000 (18:10 -0700)
committerDave Jones <davej@suse.de>
Tue, 20 Aug 2002 01:10:58 +0000 (18:10 -0700)
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.

include/linux/fs.h

index ec0f6edac31b45ab740ad10c4efb2f470dca1bca..f773053fdbc54c8910ef9ae8d2da4cd722c9b805 100644 (file)
@@ -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;
        /*