]> git.baikalelectronics.ru Git - kernel.git/commit
do_last(): ELOOP failure exit should be done after leaving RCU mode
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 28 Feb 2016 00:37:37 +0000 (19:37 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 28 Feb 2016 00:37:37 +0000 (19:37 -0500)
commit431fc37b995354cdaea2a059b80a4a4465ffc0e9
tree1dc9ec48abbcaa87be322a795ca661444ec52acd
parentc5a88e949c097ee810f5b8604e5c63f8ec82e49b
do_last(): ELOOP failure exit should be done after leaving RCU mode

... or we risk seeing a bogus value of d_is_symlink() there.

Cc: stable@vger.kernel.org # v4.2+
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c