diff options
author | Tom Tucker <tom@opengridcomputing.com> | 2008-04-30 17:32:17 -0500 |
---|---|---|
committer | Tom Tucker <tom@opengridcomputing.com> | 2008-05-19 07:33:50 -0500 |
commit | 10a38c33f46d128d11e299acba744bc325cde420 (patch) | |
tree | 3454e7f32f823ad169f09f8e886c7df007c2ce43 /include/linux | |
parent | d16d40093a95f2b31007d7a7abefc50e6b27e236 (diff) | |
download | op-kernel-dev-10a38c33f46d128d11e299acba744bc325cde420.zip op-kernel-dev-10a38c33f46d128d11e299acba744bc325cde420.tar.gz |
svcrdma: Remove unused READ_DONE context flags bit
The RDMACTXT_F_READ_DONE bit is not longer used. Remove it.
Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index c11bbcc..d0011f3 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -85,7 +85,6 @@ struct svc_rdma_op_ctxt { struct page *pages[RPCSVC_MAXPAGES]; }; -#define RDMACTXT_F_READ_DONE 1 #define RDMACTXT_F_LAST_CTXT 2 struct svcxprt_rdma { |