summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-05-28 16:41:23 +0300
committerJens Axboe <axboe@kernel.dk>2020-05-28 17:47:13 +0300
commitdc35ada4251f183137ee3a524543c9329d7a4fa2 (patch)
tree4a62c8601ade41178670dac63074757199dc40ce /block
parente7ecc142e9f33f5a8808b13fb0afa14f36aeeca3 (diff)
downloadlinux-dc35ada4251f183137ee3a524543c9329d7a4fa2.tar.xz
block: fix a warning when blkdev.h is included for !CONFIG_BLOCK builds
disk_start_io_acct and disk_end_io_acct need at least a struct gendisk forward declaration, but for weird historic reasons much of blkdev.h is stubbed out for CONFIG_BLOCK=n. Fix this by stubbing more out for now, but eventually this header will need a massive cleanup. Fixes: 956d510ee78 ("block: add disk/bio-based accounting helpers") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions