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:
ee4bd0d
)
ext4: reuse path object in ext4_move_extents()
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 1 Sep 2014 18:42:09 +0000
(14:42 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 1 Sep 2014 18:42:09 +0000
(14:42 -0400)
Reuse the path object in ext4_move_extents() so we don't unnecessarily
free and reallocate it.
Also clean up the get_ext_path() wrapper so that it has the same
semantics of freeing the path object on error as ext4_ext_find_extent().
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
No differences found