From: Al Viro Date: Wed, 22 Apr 2015 16:10:45 +0000 (-0400) Subject: do_last: regularize the logics around following symlinks X-Git-Tag: omap-for-v4.2/fixes-rc1^2~184^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5cfe2d5e14d4c2dec06b22d18050c443c7537f9;p=pandora-kernel.git do_last: regularize the logics around following symlinks With LOOKUP_FOLLOW we unlazy and return 1; without it we either fail with ELOOP or, for O_PATH opens, succeed. No need to mix those cases... Signed-off-by: Al Viro --- Reading git-diff-tree failed