commit | c7d776f85dfe5159ebf621ee1e50e555237b1a25 | [log] [tgz] |
---|---|---|
author | Damien Le Moal <damien.lemoal@wdc.com> | Thu Dec 26 15:54:25 2019 +0900 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Dec 30 08:51:46 2019 -0700 |
tree | bffb16dc77f6859517110ec4dc41ddbd1a1b869e | |
parent | 429120f3df2dba2bf3a4a19f4212a53ecefc7102 [diff] |
null_blk: Fix REQ_OP_ZONE_CLOSE handling In order to match ZBC defined behavior, closing an empty zone must result in the "empty" zone condition instead of the "closed" condition. Fixes: da644b2cc1a4 ("null_blk: add zone open, close, and finish support") Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>