From b3d3195538e315b3863235731112eee7398d4340 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Sat, 25 Oct 2008 18:20:49 +1100 Subject: Allow WRITEMOSTLY to be cleared on --readd using --readwrite. Previously it was possible to set the WRITEMOSTLY flag when adding a device to an array, but not to clear the flag when re-adding. This is now possible with --readwrite. Signed-off-by: NeilBrown --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c6bc0f1..adf622c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Changed Prior to this release + - --readwrite can be used with --re-add to clear the writemostly + flag. + Changes Prior to 2.6.7 release - Avoid NULL reference calling free_super and elsewhere. - Remove stray semicolon (Causes compile error with gcc-2.95) -- cgit