]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gfs2_atomic_open(): skip lookups on hashed dentry
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Sep 2014 22:21:05 +0000 (18:21 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 Oct 2014 06:39:15 +0000 (02:39 -0400)
commit4d93bc3e81736ce55c79d9cae743bab4f89b4f9c
tree8cabe67f17051e2f837bf3a8839afde800a7c3de
parent18c85d09dcd14342cd4891d016f4086095160573
gfs2_atomic_open(): skip lookups on hashed dentry

hashed dentry can be passed to ->atomic_open() only if
a) it has just passed revalidation and
b) it's negative

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