]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jan 2026 12:09:39 +0000 (13:09 +0100)
commitd8b52fa40fc8128d0245ea9a2ba8c003506b7777
treea7893c0ca1a75bcb3945d01f45ad9d18c8d92668
parent8fe7de5d1c7fba4a7e7beb28f08bc70224875554
block: fix comment for op_is_zone_mgmt() to include RESET_ALL

[ Upstream commit 8a32282175c964eb15638e8dfe199fc13c060f67 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/blk_types.h