]> git.baikalelectronics.ru Git - kernel.git/commit
untangling do_lookup() - isolate !dentry stuff from the rest of it.
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 30 Mar 2012 18:04:16 +0000 (14:04 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 31 Mar 2012 20:03:16 +0000 (16:03 -0400)
commitc612b2ce7d51f269ba6c7d3556c19f2982cba481
tree11a45a75c858894fcfdbf40e320d860d7f28c166
parent2d0d7b6c9d85de608c93e8ded9159affd96ca346
untangling do_lookup() - isolate !dentry stuff from the rest of it.

Duplicate the revalidation-related parts into if (!dentry) branch.
Next step will be to pull them under i_mutex.

This and the next 8 commits are more or less a splitup of patch
by Miklos; folks, when you are working with something that convoluted,
carve your patches up into easily reviewed steps, especially when
a lot of codepaths involved are rarely hit...

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