patch-2.3.43 linux/fs/fat/misc.c
Next file: linux/fs/fifo.c
Previous file: linux/fs/fat/inode.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Feb 10 12:16:58 2000
-  Orig file: 
v2.3.42/linux/fs/fat/misc.c
-  Orig date: 
Fri Jan 28 15:09:08 2000
diff -u --recursive --new-file v2.3.42/linux/fs/fat/misc.c linux/fs/fat/misc.c
@@ -311,7 +311,7 @@
 		    ~(SECTOR_SIZE-1);
 	}
 	inode->i_size += SECTOR_SIZE*cluster_size;
-	MSDOS_I(inode)->i_realsize += SECTOR_SIZE*cluster_size;
+	MSDOS_I(inode)->mmu_private += SECTOR_SIZE*cluster_size;
 	mark_inode_dirty(inode);
 	return res;
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)