$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;