patch-2.3.43 linux/include/linux/msdos_fs_i.h

Next file: linux/include/linux/netdevice.h
Previous file: linux/include/linux/msdos_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/include/linux/msdos_fs_i.h linux/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 @@
 	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)