diff options
author | Karsten Graul <kgraul@linux.ibm.com> | 2020-07-26 21:34:27 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-27 20:30:01 +0300 |
commit | 211e5b7a0007e6a172eafdb89c512768f82d73bf (patch) | |
tree | 35123f4dd8d7452897655949f7af6ab8039da460 /net/smc/smc_clc.h | |
parent | d21a06d5d8268fb2d5e542c9e189db0556fc534c (diff) | |
download | linux-211e5b7a0007e6a172eafdb89c512768f82d73bf.tar.xz |
s390/ism: indicate correct error reason in ism_alloc_dmb()
When the ism driver allocates a new dmb in ism_alloc_dmb() it must
first check for and reserve a slot in the sba bitmap. When
find_next_zero_bit() finds no free slot then the return code is -ENOMEM.
This code conflicts with the error when the alloc() fails later in the
code. As a result of that the caller can not differentiate
between out-of-memory conditions and sba-bitmap-full conditions.
Fix that by using the return code -ENOSPC when the sba slot
reservation failed.
Reviewed-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/smc/smc_clc.h')
0 files changed, 0 insertions, 0 deletions