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>
This commit is contained in:
Shiraz Saleem
2019-05-06 08:53:36 -05:00
committed by Jason Gunthorpe
parent d85582517e
commit db6c6774af
3 changed files with 1 additions and 29 deletions

View File

@@ -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;