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

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

diff -urN linux-2.4.24/include/linux/msdos_fs_i.h linux-2.4.25/include/linux/msdos_fs_i.h
@@ -11,7 +11,7 @@
 	int i_logstart;	/* logical first cluster */
 	int i_attrs;	/* unused attribute bits */
 	int i_ctime_ms;	/* unused change time in milliseconds */
-	int i_location;	/* on-disk position of directory entry or 0 */
+	loff_t i_pos;	/* 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 */
 };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)