Searched hist:d6320cbfc92910a3e5f10c42d98c231c98db4f60 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | inode.c | diff d6320cbfc92910a3e5f10c42d98c231c98db4f60 Wed Oct 01 20:49:46 CDT 2014 Jan Kara <jack@suse.cz> ext4: fix mmap data corruption when blocksize < pagesize
Use truncate_isize_extended() when hole is being created in a file so that ->page_mkwrite() will get called for the partial tail page if it is mmaped (see the first patch in the series for details).
Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@vger.kernel.org
|