From: Linus Torvalds Date: Thu, 22 Mar 2012 23:10:40 +0000 (-0700) Subject: vfs: tidy up sparse warnings in fs/namei.c X-Git-Tag: v3.4-rc1~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7493e5d9cc10ac97cf1f1579fdc14117460b40b;p=pandora-kernel.git 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: Linus Torvalds --- Reading git-diff-tree failed