]> Git Repo - linux.git/commitdiff
Merge tag 'for-6.9/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/devic...
authorLinus Torvalds <[email protected]>
Fri, 26 Apr 2024 18:17:24 +0000 (11:17 -0700)
committerLinus Torvalds <[email protected]>
Fri, 26 Apr 2024 18:17:24 +0000 (11:17 -0700)
Pull device mapper fixes from Mike Snitzer:

 - Fix 6.9 regression so that DM device removal is performed
   synchronously by default.

   Asynchronous removal has always been possible but it isn't the
   default. It is important that synchronous removal be preserved,
   otherwise it is an interface change that breaks lvm2.

 - Remove errant semicolon in drivers/md/dm-vdo/murmurhash3.c

* tag 'for-6.9/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm: restore synchronous close of device mapper block device
  dm vdo murmurhash: remove unneeded semicolon


Trivial merge
This page took 0.055833 seconds and 4 git commands to generate.