diff options
| author | Benjamin LaHaise <bcrl@toomuch.toronto.redhat.com> | 2002-08-21 10:34:04 -0400 |
|---|---|---|
| committer | Benjamin LaHaise <bcrl@toomuch.toronto.redhat.com> | 2002-08-21 10:34:04 -0400 |
| commit | c1e52e2f05860f296aed0c0192631b1c9bb0cc02 (patch) | |
| tree | 443aba98651f5bf63f6169b09d1a57c174ba9362 /include/linux/fs.h | |
| parent | 4b34c68e519dd1b6163b900f08819c23b3650d89 (diff) | |
| parent | 555dbefdfe6bfa613ebf59852ba82872dcc44233 (diff) | |
Merge toomuch.toronto.redhat.com:/md0/net-aio/bk/aio-2.5
into toomuch.toronto.redhat.com:/md0/net-aio/bk/work/work-core
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 1327fc5abb48..598561bc18c2 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; /* |
