commit | ee4bd0d963b75cbad9bfb59b547146671c7a655a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Sep 01 14:41:09 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Sep 01 14:41:09 2014 -0400 |
tree | 45b8284324939d19a418c6ab1ec4e94dff44c53f | |
parent | 10809df84a4d868db61af621bae3658494165279 [diff] |
ext4: reuse path object in ext4_ext_shift_extents() 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>