]> git.baikalelectronics.ru Git - kernel.git/commit
do_last(): get rid of duplicate ELOOP check
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 27 Apr 2016 06:52:55 +0000 (02:52 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 2 May 2016 23:51:13 +0000 (19:51 -0400)
commit350dafe395526c64bcc1fe1ecb25e966a356418b
treef594c41b493adfa1040ee183ca8594ea24657c90
parent2f3d621c2e9f4be4e9612532efbdb12840b72be0
do_last(): get rid of duplicate ELOOP check

may_open() will catch it

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c