]> git.baikalelectronics.ru Git - kernel.git/commit
block: move tag field position in struct request
authorMinwoo Im <minwoo.im.dev@gmail.com>
Sat, 8 Jun 2019 20:15:51 +0000 (05:15 +0900)
committerJens Axboe <axboe@kernel.dk>
Thu, 20 Jun 2019 09:17:05 +0000 (03:17 -0600)
commitdee7c64046a7e914ce4fe1c9844c5ea1a3bed652
tree04639681df1867cd280dc874180cd07f8666c97a
parent6f3ee49c000d50ed489e735c2feb35df53dd4cfc
block: move tag field position in struct request

__data_len and __sector are internal fields which should not be accessed
directly in driver-level like the comment above it. But, tag field can
be accessed by driver level directly so that we need to make the comment
right by moving it to some other place.

Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org
Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blkdev.h