From: Al Viro Date: Sun, 26 Jun 2011 01:08:31 +0000 (-0400) Subject: don't pass nameidata to vfs_create() from ecryptfs_create() X-Git-Tag: v3.1-rc1~282^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf6c7f6c7bd0ea779757d35b5fdc9f9157f056b3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed