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:
10809df
)
ext4: reuse path object in ext4_ext_shift_extents()
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 1 Sep 2014 18:41:09 +0000
(14:41 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 1 Sep 2014 18:41:09 +0000
(14:41 -0400)
Now that the semantics of ext4_ext_find_extent() are much cleaner,
it's safe and more efficient to reuse the path object across the
multiple calls to ext4_ext_find_extent() in ext4_ext_shift_extents().
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
No differences found