commit | e5e7d8bbcffb26f5ac9a8fab7909225f527e157d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@linaro.org> | Wed Jan 31 10:09:52 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 06 16:31:07 2024 -0500 |
tree | e781dcc492d960106d9a9926b3261fec3cb0d602 | |
parent | c59720c5f4c592688d2899b352f446703c968666 [diff] |
blk: host_dev: Fix error code in host_sb_attach_file() This error path should return -EINVAL instead of success. Fixes: e261fbf34785 ("blk: host_dev: Sanity check on the size of host backing file") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>