git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a79a4
)
ext4: correctly handle pages w/o buffers in ext4_discard_partial_buffers()
author
Yongqiang Yang
<xiaoqiangnk@gmail.com>
Wed, 14 Dec 2011 03:05:05 +0000
(22:05 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 14 Dec 2011 03:05:05 +0000
(22:05 -0500)
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
fs/ext4/inode.c
patch
|
blob
|
history
diff --cc
fs/ext4/inode.c
Simple merge