-
- Downloads
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:
Al Viro <viro@zeniv.linux.org.uk>
Showing
- fs/9p/vfs_inode.c 1 addition, 1 deletionfs/9p/vfs_inode.c
- fs/9p/vfs_inode_dotl.c 1 addition, 1 deletionfs/9p/vfs_inode_dotl.c
- fs/ceph/file.c 1 addition, 1 deletionfs/ceph/file.c
- fs/cifs/dir.c 1 addition, 1 deletionfs/cifs/dir.c
- fs/fuse/dir.c 1 addition, 1 deletionfs/fuse/dir.c
- fs/gfs2/inode.c 1 addition, 1 deletionfs/gfs2/inode.c
- fs/nfs/dir.c 1 addition, 1 deletionfs/nfs/dir.c
Loading
Please register or sign in to comment