diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /include/linux/msdos_fs_i.h | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'include/linux/msdos_fs_i.h')
-rw-r--r-- | include/linux/msdos_fs_i.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/msdos_fs_i.h b/include/linux/msdos_fs_i.h index b2381f6d4..bcb37bb80 100644 --- a/include/linux/msdos_fs_i.h +++ b/include/linux/msdos_fs_i.h @@ -10,12 +10,10 @@ struct msdos_inode_info { int i_logstart; /* logical first cluster */ int i_attrs; /* unused attribute bits */ int i_ctime_ms; /* unused change time in milliseconds */ - int i_busy; /* file is either deleted but still open, or - inconsistent (mkdir) */ - int i_binary; /* file contains non-text data */ int i_location; /* on-disk position of directory entry or 0 */ struct inode *i_fat_inode; /* struct inode of this one */ struct list_head i_fat_hash; /* hash by i_location */ + int i_realsize; }; #endif |