commit | 4ba09f69e20d0a768d91277847ddbd31f476590e | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Dec 10 14:45:19 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Dec 10 14:45:19 2018 -0700 |
tree | b45876161b02fcff299a91b068c89b2fdeb01385 | |
parent | e4025e46f093d4549d3043c2c54d444cec480d2b [diff] |
mtip32xx: use BLK_STS_DEV_RESOURCE for device resources For cases where we can only fail with IO in-flight, we should be using BLK_STS_DEV_RESOURCE instead of BLK_STS_RESOURCE. The latter refers to system wide resource constraints. Signed-off-by: Jens Axboe <axboe@kernel.dk>