From: Theodore Ts'o Date: Mon, 1 Sep 2014 18:41:09 +0000 (-0400) Subject: ext4: reuse path object in ext4_ext_shift_extents() X-Git-Tag: fixes-against-v3.18-rc2~28^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee4bd0d963b75cbad9bfb59b547146671c7a655a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed