From: Trond Myklebust Date: Mon, 30 Jun 2014 15:48:37 +0000 (-0400) Subject: nfsd: clean up nfsd4_close_open_stateid X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf9295b1c4e60fc205e21b7a5c9dc6e1cb2764a;p=pandora-kernel.git nfsd: clean up nfsd4_close_open_stateid Minor cleanup that should introduce no behavioral changes. Currently this function just unhashes the stateid and leaves the caller to do the work of the CLOSE processing. Change nfsd4_close_open_stateid so that it handles doing all of the work of closing a stateid. Move the handling of the unhashed stateid into it instead of doing that work in nfsd4_close. This will help isolate some coming changes to stateid handling from nfsd4_close. Signed-off-by: Trond Myklebust Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed