diff options
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 0a0ad1ce70e4..3ff8230c7dd9 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -203,11 +203,6 @@ struct rpc_xprt { | |||
203 | char * address_strings[RPC_DISPLAY_MAX]; | 203 | char * address_strings[RPC_DISPLAY_MAX]; |
204 | }; | 204 | }; |
205 | 205 | ||
206 | #define XPRT_LAST_FRAG (1 << 0) | ||
207 | #define XPRT_COPY_RECM (1 << 1) | ||
208 | #define XPRT_COPY_XID (1 << 2) | ||
209 | #define XPRT_COPY_DATA (1 << 3) | ||
210 | |||
211 | #ifdef __KERNEL__ | 206 | #ifdef __KERNEL__ |
212 | 207 | ||
213 | /* | 208 | /* |