diff options
author | Benny Halevy <bhalevy@panasas.com> | 2009-04-01 09:23:20 -0400 |
---|---|---|
committer | Benny Halevy <bhalevy@panasas.com> | 2009-06-17 14:11:35 -0700 |
commit | 48a9e2d2289ed4b5053b3986d99709e9b07a0923 (patch) | |
tree | db397b9d26c69eefadef9e53c27364624743cef4 /fs/nfs/callback.h | |
parent | b8f2ef84b079ceb22b42d6d353609db7eb8efa93 (diff) | |
download | op-kernel-dev-48a9e2d2289ed4b5053b3986d99709e9b07a0923.zip op-kernel-dev-48a9e2d2289ed4b5053b3986d99709e9b07a0923.tar.gz |
nfs41: decode minorversion 1 cb_compound header
decode cb_compound header conforming to
http://tools.ietf.org/html/draft-ietf-nfsv4-minorversion1-26
Get rid of cb_compound_hdr_arg.callback_ident
callback_ident is not used anywhere so we shouldn't waste any memory to
store it.
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
[nfs41: no need to break read_buf in decode_compound_hdr_arg]
See http://linux-nfs.org/pipermail/pnfs/2009-June/007844.html
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Diffstat (limited to 'fs/nfs/callback.h')
-rw-r--r-- | fs/nfs/callback.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/callback.h b/fs/nfs/callback.h index 51b15c2..a8ffa9d 100644 --- a/fs/nfs/callback.h +++ b/fs/nfs/callback.h @@ -27,7 +27,6 @@ struct cb_compound_hdr_arg { unsigned int taglen; const char *tag; unsigned int minorversion; - unsigned int callback_ident; unsigned nops; }; |