]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/rdma/ib_umem.h
Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / include / rdma / ib_umem.h
index e1c00b2ead197e596a093d4f193ac22e16c65353..5d3755ec5afaf7f307e32f424c53d14e328ce1b4 100644 (file)
@@ -46,10 +46,10 @@ struct ib_umem {
        size_t                  length;
        unsigned long           address;
        int                     page_shift;
-       int                     writable;
-       int                     hugetlb;
+       u32 writable : 1;
+       u32 hugetlb : 1;
+       u32 is_odp : 1;
        struct work_struct      work;
-       struct ib_umem_odp     *odp_data;
        struct sg_table sg_head;
        int             nmap;
        int             npages;