Bruce Evans 8e19715af3 Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h)
to avoid the namespace problems caused by <ufs/ufs/inode.h> #defining
i_mode, etc.

ext2_fs_i.h had nothing to do with the Linux version.  It was a small
part of the Linux version of ext2_fs.h (the part that declares extra
in-core fields for an inode).  We don't need it because we use the
ufs in-core inode for the extra fields.
2000-01-01 14:43:20 +00:00
..
1999-12-21 08:21:36 +00:00
1999-11-02 22:40:15 +00:00
1999-12-21 08:20:36 +00:00
1999-12-14 20:54:38 +00:00
1999-08-27 23:45:13 +00:00
1999-11-14 13:54:44 +00:00