]> git.kernelconcepts.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Mar 2016 23:07:30 +0000 (15:07 -0800)
commitd57c0477f842af4fdcfa93454bc2ad94d73b7158
tree7c7a722bb7eaaa0c6528f8f008a46621c3a8cc10
parent6f4b352f004c696439c5b5d75a4edc3d0823e770
do_last(): ELOOP failure exit should be done after leaving RCU mode

commit 5129fa482b16615fd4464d2f5d23acb1b7056c66 upstream.

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

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