commit | 73116df7bb90435ccb2817f44113295240d15034 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Nov 13 23:20:35 2018 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 29 21:08:14 2018 -0500 |
tree | e1583099c0d913ceb2158ccdf7394f3f18e01721 | |
parent | 4584ae96ae307613625e80cb9c7d9a981bed47a7 [diff] |
afs: Use d_instantiate() rather than d_add() and don't d_drop() Use d_instantiate() rather than d_add() and don't d_drop() in afs_vnode_new_inode(). The dentry shouldn't be removed as it's not changing its name. Reported-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>