Skip to content
Commit 0c1aa9a9 authored by Al Viro's avatar Al Viro
Browse files

deuglify squashfs_lookup()



d_splice_alias(NULL, dentry) is equivalent to d_add(dentry, NULL), NULL
so no need for that if (inode) ... in there (or ERR_PTR(0), for that
matter)

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 5b4b299c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment