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:
3eb0865
)
ext4: punch hole optimizations: skip un-needed extent lookup
author
Allison Henderson
<achender@linux.vnet.ibm.com>
Mon, 18 Jul 2011 03:17:02 +0000
(23:17 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 18 Jul 2011 03:17:02 +0000
(23:17 -0400)
This patch optimizes the punch hole operation by skipping the
tree walking code that is used by truncate. Since punch hole
is done through map blocks, the path to the extent is already
known in this function, so we do not need to look it up again.
Signed-off-by: Allison Henderson <achender@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found