From: David Chinner Date: Thu, 7 Sep 2006 04:27:15 +0000 (+1000) Subject: [XFS] Fix xfs_splice_write() so appended data gets to disk. X-Git-Tag: v2.6.18-rc7~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a8d17d090a4939643a52194b7d4a4001b9b2d93;p=pandora-kernel.git [XFS] Fix xfs_splice_write() so appended data gets to disk. xfs_splice_write() failed to update the on disk inode size when extending the so when the file was closed the range extended by splice was truncated off. Hence any region of a file written to by splice would end up as a hole full of zeros. SGI-PV: 955939 SGI-Modid: xfs-linux-melb:xfs-kern:26920a Signed-off-by: David Chinner Signed-off-by: David Chatterton --- Reading git-diff-tree failed