summaryrefslogtreecommitdiffstats
path: root/include/linux/msdos_fs_i.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-23 00:40:54 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-23 00:40:54 +0000
commit529c593ece216e4aaffd36bd940cb94f1fa63129 (patch)
tree78f1c0b805f5656aa7b0417a043c5346f700a2cf /include/linux/msdos_fs_i.h
parent0bd079751d25808d1972baee5c4eaa1db2227257 (diff)
Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c
driver due to the Origin A64 hacks.
Diffstat (limited to 'include/linux/msdos_fs_i.h')
-rw-r--r--include/linux/msdos_fs_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/msdos_fs_i.h b/include/linux/msdos_fs_i.h
index bcb37bb80..8d66550d2 100644
--- a/include/linux/msdos_fs_i.h
+++ b/include/linux/msdos_fs_i.h
@@ -6,6 +6,7 @@
*/
struct msdos_inode_info {
+ unsigned long mmu_private;
int i_start; /* first cluster or 0 */
int i_logstart; /* logical first cluster */
int i_attrs; /* unused attribute bits */
@@ -13,7 +14,6 @@ struct msdos_inode_info {
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