sanitize ecryptfs_lookup()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 20 Jul 2012 08:03:41 +0000 (12:03 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 Jul 2012 17:24:16 +0000 (21:24 +0400)
* ->lookup() never gets hit with . or ..
* dentry it gets is unhashed, so unless we had gone and hashed it ourselves, there's
no need to d_drop() the sucker.
* wrong name printed in one of the printks (NULL, in fact)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found