Skip to content
Commit c44a66d6 authored by Erez Zadok's avatar Erez Zadok Committed by Tyler Hicks
Browse files

ecryptfs: remove unnecessary d_drop calls in ecryptfs_link



Unnecessary because it would unhash perfectly valid dentries, causing them
to have to be re-looked up the next time they're needed, which presumably is
right after.

Signed-off-by: default avatarAseem Rastogi <arastogi@cs.sunysb.edu>
Signed-off-by: default avatarShrikar archak <shrikar84@gmail.com>
Signed-off-by: default avatarErez Zadok <ezk@cs.sunysb.edu>
Cc: Saumitra Bhanage <sbhanage@cs.sunysb.edu>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarTyler Hicks <tyhicks@linux.vnet.ibm.com>
parent 0d132f73
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