linux/include
Bart Van Assche 5d2ae14276 block: Fix the bio.bi_opf comment
Commit ef295ecf09 modified the Linux kernel such that the bottom bits
of the bi_opf member contain the operation instead of the topmost bits.
That commit did not update the comment next to bi_opf. Hence this patch.

From commit ef295ecf090d:
-#define bio_op(bio)    ((bio)->bi_opf >> BIO_OP_SHIFT)
+#define bio_op(bio)    ((bio)->bi_opf & REQ_OP_MASK)

Cc: Christoph Hellwig <hch@lst.de>
Cc: Ming Lei <ming.lei@redhat.com>
Fixes: ef295ecf09 ("block: better op and flags encoding")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220511235152.1082246-1-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-05-12 06:33:26 -06:00
..
acpi
asm-generic block-5.18-2022-04-15 2022-04-15 11:38:55 -07:00
clocksource
crypto
drm
dt-bindings
keys
kunit
kvm
linux block: Fix the bio.bi_opf comment 2022-05-12 06:33:26 -06:00
math-emu
media
memory
misc
net
pcmcia
ras
rdma
scsi
soc
sound sound fixes for 5.18-rc3 2022-04-14 11:08:12 -07:00
target target: pass a block_device to target_configure_unmap_from_queue 2022-04-17 19:49:58 -06:00
trace
uapi io_uring-5.18-2022-04-14 2022-04-15 11:33:20 -07:00
vdso
video
xen