Skip to content
Commit 00699ad8 authored by Al Viro's avatar Al Viro
Browse files

Use the right predicate in ->atomic_open() instances



->atomic_open() can be given an in-lookup dentry *or* a negative one
found in dcache.  Use d_in_lookup() to tell one from another, rather
than d_unhashed().

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a99cde43
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment