• Al Viro's avatar
    sanitize ecryptfs_lookup() · bc65a121
    Al Viro authored
    * ->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: default avatarAl Viro <viro@zeniv.linux.org.uk>
    bc65a121
inode.c 32.6 KB