block: fix comment for op_is_zone_mgmt() to include RESET_ALL
authorshechenglong <shechenglong@xfusion.com>
Wed, 3 Dec 2025 15:17:49 +0000 (23:17 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 4 Dec 2025 22:43:28 +0000 (15:43 -0700)
commit8a32282175c964eb15638e8dfe199fc13c060f67
treeea6d9771c041c70983c8a65d85af09b085fd509f
parent552c1149af7ac0cffab6fccd13feeaf816dd1f53
block: fix comment for op_is_zone_mgmt() to include RESET_ALL

REQ_OP_ZONE_RESET_ALL is a zone management request, and op_is_zone_mgmt()
has returned true for it.

Update the comment to remove the misleading exception note so
the documentation matches the implementation.

Fixes: 12a1c9353c47 ("block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL")
Signed-off-by: shechenglong <shechenglong@xfusion.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blk_types.h