[git pull] Further device-mapper fixes for 3.5

From: Alasdair G Kergon
Date: Fri Jul 20 2012 - 10:28:32 EST


Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm tags/dm-3.5-fixes-2

to get the following further device-mapper fixes for 3.5.

Thanks,
Alasdair

----------------------------------------------------------------
Three fixes for device-mapper discard processing:
- avoid a crash in dm-raid1 when discards coincide with mirror recovery;
- avoid discarding shared data that's still needed in dm-thin;
- don't guarantee that discarded blocks will be wiped in dm-raid1.

----------------------------------------------------------------
Mikulas Patocka (3):
dm raid1: fix crash with mirror recovery and discard
dm thin: do not send discards to shared blocks
dm raid1: set discard_zeroes_data_unsupported

drivers/md/dm-raid1.c | 3 ++-
drivers/md/dm-region-hash.c | 5 ++++-
drivers/md/dm-thin.c | 6 +++++-
3 files changed, 11 insertions(+), 3 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/