From d7eaf49f65ecb99e24255026331b0af7a9245cc2 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 4 Apr 2005 06:02:49 +0000 Subject: Use O_EXCL when opening component devices to be assembled into an array In 2.6, this will fail if the device is already in use, so we can detect this error more easily. Signed-off-by: Neil Brown --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e03a5c..6854858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Changes Prior to 1.10.0 release + - Fix bug with --config=partitions + - Open sub-devices with O_EXCL to detect if already in use + Changes Prior to 1.9.0 release - Fix rpm build problem (stray %) - Minor manpage updates -- cgit