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

don't pass nameidata to vfs_create() from ecryptfs_create()



Instead of playing with removal of LOOKUP_OPEN, mangling (and
restoring) nd->path, just pass NULL to vfs_create().  The whole
point of what's being done there is to suppress any attempts
to open file by underlying fs, which is what nd == NULL indicates.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 8a5e929d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment