diff options
author | Heinz Mauelshagen <heinzm@redhat.com> | 2017-07-13 17:52:18 +0200 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2017-07-25 14:54:20 -0400 |
commit | ac6a318888f6b94925de603d4563edf7e86e04c8 (patch) | |
tree | 810802ae861fd06e0b7f8c266de35f60c91d1797 /Documentation | |
parent | 0cf352e5a00a0ccf362e4ae60dcaa3318933f6e4 (diff) | |
download | linux-stable-ac6a318888f6b94925de603d4563edf7e86e04c8.tar.gz linux-stable-ac6a318888f6b94925de603d4563edf7e86e04c8.tar.bz2 linux-stable-ac6a318888f6b94925de603d4563edf7e86e04c8.zip |
dm raid: bump target version
Bumo dm-raid target version to 1.12.1 to reflect that commit cc27b0c78c
("md: fix deadlock between mddev_suspend() and md_write_start()") is
available.
This version change allows userspace to detect that MD fix is available.
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/device-mapper/dm-raid.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt index 7e06e65586d4..4a0a7469fdd7 100644 --- a/Documentation/device-mapper/dm-raid.txt +++ b/Documentation/device-mapper/dm-raid.txt @@ -343,3 +343,4 @@ Version History 1.11.0 Fix table line argument order (wrong raid10_copies/raid10_format sequence) 1.11.1 Add raid4/5/6 journal write-back support via journal_mode option +1.12.1 fix for MD deadlock between mddev_suspend() and md_write_start() available |