]> sourceware.org Git - dm.git/commitdiff
dmsetup remove_all also performs mknodes.
authorAlasdair Kergon <agk@redhat.com>
Sat, 17 Jun 2006 16:12:41 +0000 (16:12 +0000)
committerAlasdair Kergon <agk@redhat.com>
Sat, 17 Jun 2006 16:12:41 +0000 (16:12 +0000)
WHATS_NEW
dmsetup/dmsetup.c

index 98d83aeeb870eb17332d395ed6083736c3a9430d..158b0c80d377fbc9f812add0ac9cdffe0407dd2b 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 1.02.08 - 
 =============================
+  dmsetup remove_all also performs mknodes.
   Don't suppress identical table reloads if permission changes.
   Fix corelog segment line.
   Suppress some compiler warnings.
index a7918330ac08301f834e2b73e2907c315fb8fc08..3a42a250f9a76379929a4db43b75497885b34ee3 100644 (file)
@@ -604,7 +604,7 @@ static int _simple(int task, const char *name, uint32_t event_nr, int display)
 
 static int _remove_all(int argc __attribute((unused)), char **argv __attribute((unused)), void *data __attribute((unused)))
 {
-       return _simple(DM_DEVICE_REMOVE_ALL, "", 0, 0);
+       return _simple(DM_DEVICE_REMOVE_ALL, "", 0, 0) | dm_mknodes(NULL);
 }
 
 static int _remove(int argc, char **argv, void *data __attribute((unused)))
This page took 0.023863 seconds and 5 git commands to generate.