From: J. Bruce Fields Date: Fri, 8 Feb 2008 04:10:21 +0000 (-0500) Subject: nfsd: clean up svc_reserve_auth() X-Git-Tag: v2.6.25-rc2~92^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbb7878c1a2ee40a1e983bf20f3dd3a80255dcf2;p=pandora-kernel.git nfsd: clean up svc_reserve_auth() This is a void function attempting to return the return value from another void function, which seems harmless but extremely weird, and apparently makes some compilers complain. While we're there, clean up a little (e.g. the switch statement had a minor style problem and seemed overkill as long as there's only one case). Thanks to Trond for noticing this. Signed-off-by: J. Bruce Fields Cc: Trond Myklebust --- Reading git-diff-tree failed