Skip to content
Commit f7493e5d authored by Linus Torvalds's avatar Linus Torvalds
Browse files

vfs: tidy up sparse warnings in fs/namei.c



While doing the fs/namei.c cleanups, I ran sparse on it, and it pointed
out other large integers and a couple of cases of us using '0' instead
of the proper 'NULL'.

Sparse still doesn't understand some of the conditional locking going
on, but that's no excuse for not fixing up the trivial stuff.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 989412bb
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