On 25/06/2013 00:10, Roland Dreier wrote:
On Tue, Jun 11, 2013 at 4:42 AM, Or Gerlitz <[email protected]> wrote:+struct ib_kern_flow { + struct ib_device *device; + struct ib_uobject *uobject; + void *flow_context; +};I don't think it makes sense to put a structure with kernel pointers in it into an include file under include/uapi. For one thing the size of pointers depends on whether userspace is 32-bit or 64-bit (but of course there are many other reasons why this will break).
good catch, will look && fix up Or. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
