]> asedeno.scripts.mit.edu Git - linux.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)
commit2f578aaf51624aa6fcff041fc7dc5c2d4dfa447f
tree04639681df1867cd280dc874180cd07f8666c97a
parent2af47c10e80baf91cff56c44cec47402e05ac45c
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