Commit 7cf9ff64 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Doug Ledford

IB: remove the struct ib_phys_buf definition

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarSagi Grimberg <sagig@mellanox.com>
Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> [core]
Reviewed-by: default avatarSteve Wise <swise@opengridcomputing.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 52f00dd3
......@@ -1251,11 +1251,6 @@ enum ib_access_flags {
IB_ACCESS_ON_DEMAND = (1<<6),
};
struct ib_phys_buf {
u64 addr;
u64 size;
};
/*
* XXX: these are apparently used for ->rereg_user_mr, no idea why they
* are hidden here instead of a uapi header!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment