--- R29/include/linux/msdos_fs_i.h 2004-03-24 19:56:20.000000000 +0000 +++ R63/include/linux/msdos_fs_i.h 2005-03-31 05:55:39.000000000 +0100 @@ -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 */ };