diff options
author | Shiraz Saleem <shiraz.saleem@intel.com> | 2019-05-06 08:53:36 -0500 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-05-06 13:08:11 -0300 |
commit | db6c6774af0d4861a7c5181ecc3c9ac320de46d9 (patch) | |
tree | e7a0a37618a222e11dc1ab401b8eaaf442a39ff3 /include/rdma/ib_umem.h | |
parent | d85582517e9103604991ac5265855b48ccfd54d8 (diff) | |
download | linux-db6c6774af0d4861a7c5181ecc3c9ac320de46d9.tar.bz2 |
RDMA/umem: Remove hugetlb flag
The drivers i40iw and bnxt_re no longer dependent on the hugetlb flag. So
remove this flag from ib_umem structure.
Reviewed-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma/ib_umem.h')
-rw-r--r-- | include/rdma/ib_umem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/ib_umem.h b/include/rdma/ib_umem.h index 917b687010f0..040d853077c6 100644 --- a/include/rdma/ib_umem.h +++ b/include/rdma/ib_umem.h @@ -48,7 +48,6 @@ struct ib_umem { unsigned long address; int page_shift; u32 writable : 1; - u32 hugetlb : 1; u32 is_odp : 1; struct work_struct work; struct sg_table sg_head; |