Skip to content
Commit 74dd7c97 authored by Al Viro's avatar Al Viro
Browse files

ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()



We get lower layer dentries, find their parents, do lock_rename() and
proceed to vfs_rename().  However, we do not check that dentries still
have the same parents and are not unlinked.  Need to check that...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b07581d2
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