From: Trond Myklebust Date: Sun, 11 Mar 2012 17:11:00 +0000 (-0400) Subject: NFS: Fix a number of sparse warnings X-Git-Tag: v3.4-rc1~123^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17280175c587469b34757263c7cfc608f0ea2334;p=pandora-kernel.git NFS: Fix a number of sparse warnings Fix a number of "warning: symbol 'foo' was not declared. Should it be static?" conditions. Fix 2 cases of "warning: Using plain integer as NULL pointer" fs/nfs/delegation.c:263:31: warning: restricted fmode_t degrades to integer - We want to allow upgrades to a WRITE delegation, but should otherwise consider servers that hand out duplicate delegations to be borken. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed