IB: remove the write-only usecnt field from struct ib_mr
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bvanassche@sandisk.com> Reviewed-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

committed by
Doug Ledford

parent
7cf9ff643b
commit
ab67ed8de0
@@ -1414,7 +1414,6 @@ struct ib_mr {
|
||||
u64 iova;
|
||||
u32 length;
|
||||
unsigned int page_size;
|
||||
atomic_t usecnt; /* count number of MWs */
|
||||
};
|
||||
|
||||
struct ib_mw {
|
||||
|
Reference in New Issue
Block a user