mbox series

[0/2] Two fixes for device-mapper with REQ_OP_ZONE_APPEND

Message ID 20200619065905.22228-1-johannes.thumshirn@wdc.com (mailing list archive)
Headers show
Series Two fixes for device-mapper with REQ_OP_ZONE_APPEND | expand

Message

Johannes Thumshirn June 19, 2020, 6:59 a.m. UTC
Two small fixes for issuing REQ_OP_ZONE_APPEND writes to device-mapper. The
first one is an issue reported by Naohiro and fixes a write failure. For
number two I'm not certain if it's the correct fix, hence the RFC tag.

Johannes Thumshirn (2):
  dm: update original bio sector on Zone Append
  dm: don't try to split REQ_OP_ZONE_APPEND bios

 drivers/md/dm.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)