aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/rdma/ib_fmr_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rdma/ib_fmr_pool.h')
-rw-r--r--include/rdma/ib_fmr_pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_fmr_pool.h b/include/rdma/ib_fmr_pool.h
index f8982e4e9702..2fd9bfb6d648 100644
--- a/include/rdma/ib_fmr_pool.h
+++ b/include/rdma/ib_fmr_pool.h
@@ -73,7 +73,7 @@ struct ib_pool_fmr {
int remap_count;
u64 io_virtual_address;
int page_list_len;
- u64 page_list[0];
+ u64 page_list[];
};
struct ib_fmr_pool *ib_create_fmr_pool(struct ib_pd *pd,