]> git.baikalelectronics.ru Git - kernel.git/commit
block: reorder the REQ_ flags
authorChristoph Hellwig <hch@lst.de>
Thu, 12 May 2022 06:14:08 +0000 (08:14 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 12 May 2022 12:24:18 +0000 (06:24 -0600)
commite32c756fcce61009e1221d35700ffa4db40d3d01
treec696352e0c61d53acee67d780ff20674b37e89a3
parentf4bcd9a7269375c37477c9904ab84ff435db34c7
block: reorder the REQ_ flags

Keep the op-specific flag last so that they are clearly separate from
the generic flags.  Various recent commits just kept adding new flags
at the end.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220512061408.1826595-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blk_types.h