From: Chuck Lever Date: Fri, 3 Oct 2008 16:50:51 +0000 (-0400) Subject: lockd: Remove unused fields in the nlm_reboot structure X-Git-Tag: v2.6.28-rc1~576^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a38a83880c224c6a3fd973ac9ae30a043487f0f;p=pandora-kernel.git lockd: Remove unused fields in the nlm_reboot structure The nlm_reboot structure is used to store information provided by the NSM_NOTIFY procedure. This procedure is not specified by the NLM or NSM protocols, other than to say that the procedure can be used to transmit information private to a particular NLM/NSM implementation. For Linux, the callback arguments include the name of the monitored host, the new NSM state of the host, and a 16-byte private opaque. As a clean up, remove the unused fields and the server-side XDR logic that decodes them. Signed-off-by: Chuck Lever Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed