patch-2.3.2 linux/include/linux/msdos_fs_i.h
Next file: linux/include/linux/msdos_fs_sb.h
Previous file: linux/include/linux/msdos_fs.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Thu May 13 23:18:21 1999
-  Orig file: 
v2.3.1/linux/include/linux/msdos_fs_i.h
-  Orig date: 
Wed Jun 24 14:30:11 1998
diff -u --recursive --new-file v2.3.1/linux/include/linux/msdos_fs_i.h linux/include/linux/msdos_fs_i.h
@@ -32,6 +32,9 @@
 	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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)