commit | 43ce1d23b43330634507a049b55c36e91d27282e | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Sun Jun 14 17:58:45 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jun 14 17:58:45 2009 -0400 |
tree | d7532d7c0bea60b7bfe29dad51b4b92122acdd5a | |
parent | c364b22c9580a885e0f8c0d0f9710d67dc448958 [diff] |
ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc This patch fixes the mmap/truncate race that was fixed for delayed allocation by merging ext4_{journalled,normal,da}_writepage() into ext4_writepage(). Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Acked-by: Jan Kara <jack@suse.cz> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>