diff options
Diffstat (limited to 'include/linux/msdos_fs_i.h')
-rw-r--r-- | include/linux/msdos_fs_i.h | 2 |
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 |