commit | bc65a1215eda3e067801e0a8f3eeffb62800f355 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jul 20 12:03:41 2012 +0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 29 21:24:16 2012 +0400 |
tree | f53aefd935c6e99ffe24dee94a322083536d3004 | |
parent | faf02010290e202e275c1bf94ca9dd808bf85607 [diff] |
sanitize ecryptfs_lookup() * ->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>