Home
last modified time | relevance | path

Searched hist:"093 e6e3666f47d29763a235b404c84ee47ba8bb0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dinode.cdiff 093e6e3666f47d29763a235b404c84ee47ba8bb0 Tue Dec 13 21:05:05 CST 2011 Yongqiang Yang <xiaoqiangnk@gmail.com> ext4: correctly handle pages w/o buffers in ext4_discard_partial_buffers()

If a page has been read into memory and never been written, it has no
buffers, but we should handle the page in truncate or punch hole.

VFS code of writing operations has handled holes correctly, so this
patch removes the code handling holes in writing operations.

Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@kernel.org