All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-4.16 PATCH 0/2] block: cope with gendisk's 'queue' being added later
@ 2018-01-09 22:10 Mike Snitzer
  2018-01-09 22:10 ` [for-4.16 PATCH 1/2] " Mike Snitzer
  2018-01-09 22:10 ` [for-4.16 PATCH 2/2] dm: fix awkward request_queue initialization Mike Snitzer
  0 siblings, 2 replies; 7+ messages in thread
From: Mike Snitzer @ 2018-01-09 22:10 UTC (permalink / raw)
  To: axboe; +Cc: dm-devel, linux-block

Hi Jens,

Please consider PATCH 1/2 for 4.16 inclusion.  I've included PATCH 2/2
to show the DM changes needed in order to make use of the block
changes.

I think, all things considered, this moves DM's interface with block
core in a better direction for the long-term but I obviously welcome
any critical feedback.

Thanks!
Mike

Mike Snitzer (2):
  block: cope with gendisk's 'queue' being added later
  dm: fix awkward request_queue initialization

 block/blk-sysfs.c     | 12 ++++++++++
 block/genhd.c         | 28 +++++++---------------
 drivers/md/dm-core.h  |  2 --
 drivers/md/dm-ioctl.c |  7 ++----
 drivers/md/dm-rq.c    | 13 +---------
 drivers/md/dm-table.c |  2 +-
 drivers/md/dm.c       | 66 +++++++++++++++++++++++++++++++--------------------
 7 files changed, 64 insertions(+), 66 deletions(-)

-- 
2.15.0

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

end of thread, other threads:[~2018-01-10  0:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-09 22:10 [for-4.16 PATCH 0/2] block: cope with gendisk's 'queue' being added later Mike Snitzer
2018-01-09 22:10 ` [for-4.16 PATCH 1/2] " Mike Snitzer
2018-01-09 23:04   ` Bart Van Assche
2018-01-09 23:04     ` Bart Van Assche
2018-01-09 23:41     ` Mike Snitzer
2018-01-10  0:33       ` Mike Snitzer
2018-01-09 22:10 ` [for-4.16 PATCH 2/2] dm: fix awkward request_queue initialization Mike Snitzer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.