From: Miklos Szeredi Date: Tue, 1 Apr 2014 15:08:44 +0000 (+0200) Subject: ext4: rename: split out helper functions X-Git-Tag: v3.15-rc1~99^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd1af145b99311242673b32dff4599ce614352be;p=pandora-kernel.git ext4: rename: split out helper functions Cross rename (exchange source and dest) will need to call some of these helpers for both source and dest, while overwriting rename currently only calls them for one or the other. This also makes the code easier to follow. Signed-off-by: Miklos Szeredi Reviewed-by: Jan Kara --- Reading git-diff-tree failed