blob: 052241c9214e429f1364f4a7e1e311e99e39b232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- cryptsetup-1.0.6.orig/lib/libdevmapper.c 2007-10-25 09:11:19.000000000 +0200
+++ cryptsetup-1.0.6/lib/libdevmapper.c 2009-01-04 17:02:57.000000000 +0100
@@ -192,7 +192,9 @@ static int dm_create_device(int reload,
options->flags |= CRYPT_FLAG_READONLY;
/* run udevsettle to avoid a race in libdevmapper causing busy dm devices */
- run_udevsettle();
+ /* do not run on mdev based systems
+ run_udevsettle();
+ */
r = 0;
|