From: J. Bruce Fields Date: Fri, 14 Mar 2008 21:51:12 +0000 (-0400) Subject: nfsd: move most of fh_verify to separate function X-Git-Tag: v2.6.26-rc1~1083^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03550fac06c4f0c39a1885d46015c28794413c82;p=pandora-kernel.git nfsd: move most of fh_verify to separate function Move the code that actually parses the filehandle and looks up the dentry and export to a separate function. This simplifies the reference counting a little and moves fh_verify() a little closer to the kernel ideal of small, minimally-indentended functions. Clean up a few other minor style sins along the way. Signed-off-by: J. Bruce Fields Cc: Neil Brown --- Reading git-diff-tree failed