summaryrefslogtreecommitdiffstats
path: root/include/linux/msdos_fs_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/msdos_fs_i.h')
-rw-r--r--include/linux/msdos_fs_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/msdos_fs_i.h b/include/linux/msdos_fs_i.h
index 1e677d5c7..fcb746552 100644
--- a/include/linux/msdos_fs_i.h
+++ b/include/linux/msdos_fs_i.h
@@ -32,6 +32,9 @@ struct msdos_inode_info {
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 */
};
#endif