]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'dm-4.3-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Oct 2015 22:23:52 +0000 (07:23 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Oct 2015 22:23:52 +0000 (07:23 +0900)
commit815f3caffdc3151177fc8d53128150dbb2875525
tree90023fc44a9660a7e506c1ba7b7f44f8af5a141e
parent25acdd3fcbc4b51a4a3f83ed9078300ac7ac4152
parent3246a2c2edd3111bf4dc8a18f478b3469204929e
Merge tag 'dm-4.3-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm

Pull device mapper fixes from Mike Snitzer:
 "Three stable fixes (two in btree code used by DM thinp and one to
  properly store flags in DM cache metadata's superblock)"

* tag 'dm-4.3-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm cache: the CLEAN_SHUTDOWN flag was not being set
  dm btree: fix leak of bufio-backed block in btree_split_beneath error path
  dm btree remove: fix a bug when rebalancing nodes after removal