From: Al Viro Date: Sat, 18 Apr 2015 22:23:41 +0000 (-0400) Subject: namei.c: separate the parts of follow_link() that find the link body X-Git-Tag: omap-for-v4.2/fixes-rc1^2~184^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a959df54b088d38371ebae4b1d7bc3112f6ef62;p=pandora-kernel.git namei.c: separate the parts of follow_link() that find the link body Split a piece of fs/namei.c:follow_link() that does obtaining the link body into a separate function. follow_link() itself is converted to calling get_link() and then doing the body traversal (if any). The next step will expand follow_link() call in link_path_walk() and this helps to keep the size down... Signed-off-by: Al Viro --- Reading git-diff-tree failed