diff options
author | santosh.shilimkar@oracle.com <santosh.shilimkar@oracle.com> | 2016-03-01 18:20:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-02 14:13:17 -0500 |
commit | dcfd041c8710320d59fce322fd901bddaf912ae8 (patch) | |
tree | e2ab557bfa9111e879b64715a21fb001172527a9 /net/rds/ib.h | |
parent | 72f26eee51e89c9d13b3aa199262fad57386f9e5 (diff) |
RDS: IB: Remove the RDS_IB_SEND_OP dependency
This helps to combine asynchronous fastreg MR completion handler
with send completion handler.
No functional change.
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/ib.h')
-rw-r--r-- | net/rds/ib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/ib.h b/net/rds/ib.h index b3fdebb57460..09cd8e3a90aa 100644 --- a/net/rds/ib.h +++ b/net/rds/ib.h | |||
@@ -28,7 +28,6 @@ | |||
28 | #define RDS_IB_RECYCLE_BATCH_COUNT 32 | 28 | #define RDS_IB_RECYCLE_BATCH_COUNT 32 |
29 | 29 | ||
30 | #define RDS_IB_WC_MAX 32 | 30 | #define RDS_IB_WC_MAX 32 |
31 | #define RDS_IB_SEND_OP BIT_ULL(63) | ||
32 | 31 | ||
33 | extern struct rw_semaphore rds_ib_devices_lock; | 32 | extern struct rw_semaphore rds_ib_devices_lock; |
34 | extern struct list_head rds_ib_devices; | 33 | extern struct list_head rds_ib_devices; |