linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* misc struct block_device related driver cleanups
@ 2020-11-16 21:20 Christoph Hellwig
  2020-11-16 21:20 ` [PATCH 1/6] mtip32xx: remove the call to fsync_bdev on removal Christoph Hellwig
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Christoph Hellwig @ 2020-11-16 21:20 UTC (permalink / raw)
  To: Jens Axboe, Minchan Kim, Mike Snitzer; +Cc: dm-devel, linux-block

Hi Jens, Minchan and Mike,

this series cleans up a few interactions of driver with struct
block_device, in preparation for big changes to struct block_device
that I plan to send soon.

Diffstat:
 block/loop.c              |    3 -
 block/mtip32xx/mtip32xx.c |   15 --------
 block/mtip32xx/mtip32xx.h |    2 -
 block/zram/zram_drv.c     |   83 ++++++++--------------------------------------
 block/zram/zram_drv.h     |    1 
 md/dm-core.h              |    2 -
 md/dm.c                   |   31 ++++++-----------
 7 files changed, 27 insertions(+), 110 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-11-17 16:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-16 21:20 misc struct block_device related driver cleanups Christoph Hellwig
2020-11-16 21:20 ` [PATCH 1/6] mtip32xx: remove the call to fsync_bdev on removal Christoph Hellwig
2020-11-16 21:20 ` [PATCH 2/6] zram: remove the claim mechanism Christoph Hellwig
2020-11-16 21:20 ` [PATCH 3/6] zram: do not call set_blocksize Christoph Hellwig
2020-11-16 21:20 ` [PATCH 4/6] loop: " Christoph Hellwig
2020-11-16 21:20 ` [PATCH 5/6] dm: simplify flush_bio initialization in __send_empty_flush Christoph Hellwig
2020-11-17 16:10   ` Mike Snitzer
2020-11-16 21:20 ` [PATCH 6/6] dm: remove the block_device reference in struct mapped_device Christoph Hellwig
2020-11-17 16:11   ` Mike Snitzer
2020-11-17 15:46 ` misc struct block_device related driver cleanups Mike Snitzer
2020-11-17 15:51   ` Christoph Hellwig
2020-11-17 16:09     ` Mike Snitzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).