diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rdma/ib_umem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rdma/ib_umem.h b/include/rdma/ib_umem.h index 06307f7e43e0..b3a36f7d79e5 100644 --- a/include/rdma/ib_umem.h +++ b/include/rdma/ib_umem.h | |||
| @@ -45,6 +45,9 @@ struct ib_umem { | |||
| 45 | int page_size; | 45 | int page_size; |
| 46 | int writable; | 46 | int writable; |
| 47 | struct list_head chunk_list; | 47 | struct list_head chunk_list; |
| 48 | struct work_struct work; | ||
| 49 | struct mm_struct *mm; | ||
| 50 | unsigned long diff; | ||
| 48 | }; | 51 | }; |
| 49 | 52 | ||
| 50 | struct ib_umem_chunk { | 53 | struct ib_umem_chunk { |
