diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-22 23:05:57 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-22 23:05:57 +0000 |
commit | 51d3b7814cdccef9188240fe0cbd8d97ff2c7470 (patch) | |
tree | 5cbb01d0323d4f63ade66bdf48ba4a91aaa6df16 /include/linux/msdos_fs_i.h | |
parent | 52273a23c9a84336b93a35e4847fc88fac7eb0e4 (diff) |
Merge with Linux 2.3.7.
WARNING: 2.3.7 is known to eat filesystems for breakfast and little
children for lunch, so if you try this on your machine make backups
first ...
Diffstat (limited to 'include/linux/msdos_fs_i.h')
-rw-r--r-- | include/linux/msdos_fs_i.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/linux/msdos_fs_i.h b/include/linux/msdos_fs_i.h index fcb746552..b2381f6d4 100644 --- a/include/linux/msdos_fs_i.h +++ b/include/linux/msdos_fs_i.h @@ -1,30 +1,11 @@ #ifndef _MSDOS_FS_I #define _MSDOS_FS_I -#ifndef _LINUX_PIPE_FS_I_H -#include <linux/pipe_fs_i.h> -#endif - /* * MS-DOS file system inode data in memory */ struct msdos_inode_info { - /* - UMSDOS manage special file and fifo as normal empty - msdos file. fifo inode processing conflict with msdos - processing. So I insert the pipe_inode_info so the - information does not overlap. This increases the size of - the msdos_inode_info, but the clear winner here is - the ext2_inode_info. So it does not change anything to - the total size of a struct inode. - - I have not put it conditional. With the advent of loadable - file system drivers, it would be very easy to compile - a MS-DOS FS driver unaware of UMSDOS and then later to - load a (then incompatible) UMSDOS FS driver. - */ - struct pipe_inode_info reserved; int i_start; /* first cluster or 0 */ int i_logstart; /* logical first cluster */ int i_attrs; /* unused attribute bits */ |