From: Al Viro Date: Wed, 22 Apr 2015 16:02:25 +0000 (-0400) Subject: do_last: kill symlink_ok X-Git-Tag: omap-for-v4.2/fixes-rc1^2~184^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd2805be238947eb819284189205e8de6f6c41c4;p=pandora-kernel.git do_last: kill symlink_ok When O_PATH is present, O_CREAT isn't, so symlink_ok is always equal to (open_flags & O_PATH) && !(nd->flags & LOOKUP_FOLLOW). Signed-off-by: Al Viro --- Reading git-diff-tree failed