From: J. Bruce Fields Date: Thu, 17 Oct 2013 15:13:00 +0000 (-0400) Subject: exportfs: move most of reconnect_path to helper function X-Git-Tag: v3.13-rc1~107^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbf7a8a3562f2de49ce24db3be0f514459dd7f8b;p=pandora-kernel.git exportfs: move most of reconnect_path to helper function Also replace 3 easily-confused three-letter acronyms by more helpful variable names. Just cleanup, no change in functionality, with one exception: the dentry_connected() check in the "out_reconnected" case will now only check the ancestors of the current dentry instead of checking all the way from target_dir. Since we've already verified connectivity up to this dentry, that should be sufficient. Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields Signed-off-by: Al Viro --- Reading git-diff-tree failed