Skip to content
Commit 4313e352 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a38fd874
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment