summaryrefslogtreecommitdiff
path: root/fs/ext2
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2021-10-13 11:06:45 +0300
committerJason Gunthorpe <jgg@nvidia.com>2021-10-13 19:59:47 +0300
commit663991f32857b3b63c94c97de9dbb0ec8600144f (patch)
treed79af98a7f793aa428b5bc0a52bd19f8c9ee2237 /fs/ext2
parent13bac861952a78664907a0f927d3e874e9a59034 (diff)
downloadlinux-663991f32857b3b63c94c97de9dbb0ec8600144f.tar.xz
RDMA/rdmavt: Fix error code in rvt_create_qp()
Return negative -ENOMEM instead of positive ENOMEM. Returning a postive value will cause an Oops because it becomes an ERR_PTR() in the create_qp() function. Fixes: 514aee660df4 ("RDMA: Globally allocate and release QP memory") Link: https://lore.kernel.org/r/20211013080645.GD6010@kili Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'fs/ext2')
0 files changed, 0 insertions, 0 deletions