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

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)