commit | 4313e3523373f6b313d4218b51418f53475bcce5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jan 29 17:32:40 2021 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 08 10:24:10 2021 -0500 |
tree | 3c17243fc2f6ce7de7ca599b2a705ba595dcff65 | |
parent | a38fd8748464831584a19438cbb3082b5a2dab15 [diff] |
ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link() calls in ->unlink(), ->rmdir() and ->rename() make sense - we want to prevent the underlying dentries going negative there. In ->symlink() and ->link() they are absolutely pointless. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>