mbox series

[git,pull] device mapper fix for 5.2-rc2

Message ID 20190521233844.GA31426@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Mike Snitzer
Headers show
Series [git,pull] device mapper fix for 5.2-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.2/dm-fix-1

Message

Mike Snitzer May 21, 2019, 11:38 p.m. UTC
Hi Linus,

The following changes since commit 8454fca4f53bbe5e0a71613192674c8ce5c52318:

  dm: fix a couple brace coding style issues (2019-05-16 10:09:21 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.2/dm-fix-1

for you to fetch changes up to 51b86f9a8d1c4bb4e3862ee4b4c5f46072f7520d:

  dm: make sure to obey max_io_len_target_boundary (2019-05-21 19:15:20 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix a particularly glaring oversight in a DM core commit from 5.1 that
  doesn't properly trim special IOs (e.g. discards) relative to
  corresponding target's max_io_len_target_boundary().

----------------------------------------------------------------
Michael Lass (1):
      dm: make sure to obey max_io_len_target_boundary

 drivers/md/dm.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

Comments

pr-tracker-bot@kernel.org May 22, 2019, 4 p.m. UTC | #1
The pull request you sent on Tue, 21 May 2019 19:38:45 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.2/dm-fix-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/86f9e56d08852961a1b9e062d59b71491d8c793a

Thank you!