diff options
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/core/uverbs_cmd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/core/uverbs_cmd.c b/drivers/infiniband/core/uverbs_cmd.c index 38a66fbef36d..b157e5ff7dad 100644 --- a/drivers/infiniband/core/uverbs_cmd.c +++ b/drivers/infiniband/core/uverbs_cmd.c | |||
@@ -1864,6 +1864,8 @@ retry: | |||
1864 | goto err_destroy; | 1864 | goto err_destroy; |
1865 | 1865 | ||
1866 | resp.srq_handle = uobj->uobject.id; | 1866 | resp.srq_handle = uobj->uobject.id; |
1867 | resp.max_wr = attr.attr.max_wr; | ||
1868 | resp.max_sge = attr.attr.max_sge; | ||
1867 | 1869 | ||
1868 | if (copy_to_user((void __user *) (unsigned long) cmd.response, | 1870 | if (copy_to_user((void __user *) (unsigned long) cmd.response, |
1869 | &resp, sizeof resp)) { | 1871 | &resp, sizeof resp)) { |