diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2008-10-03 20:50:51 +0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-10-04 01:02:35 +0400 |
commit | 9a38a83880c224c6a3fd973ac9ae30a043487f0f (patch) | |
tree | 9c0f29278f2f8490e0547bf10f57ca513958caf2 /include/linux/lockd | |
parent | b85e4676344fc4d7ec5e0f62c3d3712e48bbe223 (diff) | |
download | linux-9a38a83880c224c6a3fd973ac9ae30a043487f0f.tar.xz |
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 <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux/lockd')
-rw-r--r-- | include/linux/lockd/xdr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/lockd/xdr.h b/include/linux/lockd/xdr.h index df18fa053bcd..d6b3a802c046 100644 --- a/include/linux/lockd/xdr.h +++ b/include/linux/lockd/xdr.h @@ -81,8 +81,6 @@ struct nlm_reboot { unsigned int len; u32 state; __be32 addr; - __be32 vers; - __be32 proto; }; /* |