diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2002-05-28 06:04:06 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-28 06:04:06 -0700 |
| commit | 4873da0e045607141054a2bb05f21e34d0badb15 (patch) | |
| tree | 9d49c93afa6b7a6fee6d5cfc3ae0bcb67ddd2f4c /include | |
| parent | 68c45a6852ccf4e81f51f1a919e4603f340a2d3b (diff) | |
[PATCH] Clean out routines that were obsoleted by previous
Remove obsolete NFS and RPC routines.
Remove 'inline' attribute from xdr_decode_fattr().
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sunrpc/xprt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 79c687c4d4c0..a8de87ccaec9 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h @@ -66,15 +66,6 @@ struct rpc_timeout { }; /* - * This is the RPC buffer - */ -struct rpc_iov { - struct iovec io_vec[MAX_IOVEC]; - unsigned int io_nr; - unsigned int io_len; -}; - -/* * This describes a complete RPC request */ struct rpc_rqst { |
