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

ecryptfs: avoid multiple aliases for directories



ecryptfs_lookup_interpose should use d_splice_alias(), not d_add()
(and return struct dentry * rather than int).  Get rid of
redundant dir_inode argument, while we are touching it...

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