From: NeilBrown Date: Tue, 11 Apr 2006 05:55:39 +0000 (-0700) Subject: [PATCH] knfsd: nfsd4: add missing rpciod_down() X-Git-Tag: v2.6.17-rc2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e2fd495b520b51e4ba83340f13520b7f07e3743;p=pandora-kernel.git [PATCH] knfsd: nfsd4: add missing rpciod_down() We should be shutting down rpciod for the callback channel when we shut down the server. Also note that we do rpciod_up() and create the callback client *before* setting cb_set--the cb_set only determines whether the initial null was succesful. So cb_set is not a reliable determiner of whether we need to clean up, only cb_client is. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed