]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rnbd-srv: fix the trace format for flags
authorJack Wang <jinpu.wang@ionos.com>
Fri, 5 Dec 2025 12:47:31 +0000 (13:47 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 6 Jan 2026 12:28:10 +0000 (05:28 -0700)
commite1384543e85b11b494051d11728d6d88a93161bc
treeb7619e1106adbeb03a0c978deaaf0e87d98f24d4
parentef63e9ef76c801ac3081811fc6226ffb4c02453a
rnbd-srv: fix the trace format for flags

The __print_flags helper meant for bitmask, while the rnbd_rw_flags is
mixed with bitmask and enum, to avoid confusion, just print the data
as it is.

Signed-off-by: Jack Wang <jinpu.wang@ionos.com>
Reviewed-by: Md Haris Iqbal <haris.iqbal@ionos.com>
Signed-off-by: Grzegorz Prajsner <grzegorz.prajsner@ionos.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/rnbd/rnbd-srv-trace.h