ext3: Truncate allocated blocks if direct IO write fails to update i_size
authorJan Kara <jack@suse.cz>
Mon, 1 Mar 2010 13:02:37 +0000 (14:02 +0100)
committerJan Kara <jack@suse.cz>
Thu, 4 Mar 2010 23:20:27 +0000 (00:20 +0100)
We have to truncate blocks allocated to file during direct IO when we
fail to update i_size properly.

Signed-off-by: Jan Kara <jack@suse.cz>

No differences found