patch-2.3.13 linux/include/linux/msdos_fs_i.h
Next file: linux/include/linux/parport.h
Previous file: linux/include/linux/msdos_fs.h
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Mon Aug  9 11:43:49 1999
-  Orig file: 
v2.3.12/linux/include/linux/msdos_fs_i.h
-  Orig date: 
Wed Jun 16 19:26:27 1999
diff -u --recursive --new-file v2.3.12/linux/include/linux/msdos_fs_i.h linux/include/linux/msdos_fs_i.h
@@ -10,12 +10,10 @@
 	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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)