commit | bf6c7f6c7bd0ea779757d35b5fdc9f9157f056b3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jun 25 21:08:31 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 01:43:54 2011 -0400 |
tree | aed90f298856f286f84af6774ea30ade62c95294 | |
parent | 8a5e929dd2e05ab4d3d89f58c5e8fca596af8f3a [diff] |
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: Al Viro <viro@zeniv.linux.org.uk>