diff options
author | David Howells <dhowells@redhat.com> | 2017-11-21 00:04:08 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2017-11-24 11:56:51 +0100 |
commit | bc1527dcb422ead9e1808def6824b4c0e469cc1c (patch) | |
tree | 75a8f9bfccc94685d6822235a9296bae3360c3a4 /fs/nilfs2 | |
parent | afs: Make afs_write_begin() avoid writing to a page that's being stored (diff) | |
download | linux-bc1527dcb422ead9e1808def6824b4c0e469cc1c.tar.xz linux-bc1527dcb422ead9e1808def6824b4c0e469cc1c.zip |
afs: Fix some dentry handling in dir ops and missing key_puts
Fix some of dentry handling in AFS directory ops:
(1) Do d_drop() on the new_dentry before assigning a new inode to it in
afs_vnode_new_inode(). It's fine to do this before calling afs_iget()
because the operation has taken place on the server.
(2) Replace d_instantiate()/d_rehash() with d_add().
(3) Don't d_drop() the new_dentry in afs_rename() on error.
Also fix afs_link() and afs_rename() to call key_put() on all error paths
where the key is taken.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/nilfs2')
0 files changed, 0 insertions, 0 deletions