mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
->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: Al Viro <viro@zeniv.linux.org.uk>