]> git.baikalelectronics.ru Git - kernel.git/commit
namei: unlazy_walk() doesn't need to mess with current->fs anymore
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 12 May 2015 04:10:18 +0000 (00:10 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 15 May 2015 05:10:36 +0000 (01:10 -0400)
commitbcf5c93edd89b3b07f3394389ef8d8438ce502c6
treeed93c5bf6dd9c08425b7b1697b48bbcdb94b7450
parent34290137bcc5af5475c4930360d565a70954fc57
namei: unlazy_walk() doesn't need to mess with current->fs anymore

now that we have ->root_seq, legitimize_path(&nd->root, nd->root_seq)
will do just fine...

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