From: J. Bruce Fields Date: Mon, 22 Feb 2010 01:53:04 +0000 (-0800) Subject: nfsd4: remove probe task's reference on client X-Git-Tag: v2.6.35-rc1~489^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9045b4b9f7f340f43de0cf687b5b52f6feaaa984;p=pandora-kernel.git nfsd4: remove probe task's reference on client Any null probe rpc will be synchronously destroyed by the rpc_shutdown_client() in expire_client(), so the rpc task cannot outlast the nfs4 client. Therefore there's no need for that task to hold a reference on the client. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed