1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00
Alasdair G Kergon 42e07d2bce dmsetup: Support remove --deferred.
This patch adds a new flag --deferred to dmsetup remove. If this flag is
specified and the device is open, it is scheduled to be deleted on
close.

struct dm_info is extended.

The existing dm_task_get_info() is converted into a wrapper around the
new version dm_task_get_info_with_deferred_remove() so existing binaries
can still use the old smaller structure.

Recompiled code will pick up the new larger structure.

From: Mikulas Patocka <mpatocka@redhat.com>
2014-08-16 00:34:48 +01:00
..
2014-07-11 13:32:21 +02:00
2014-07-22 22:48:21 +02:00
2014-08-16 00:34:48 +01:00
2014-08-15 15:53:17 +02:00
2014-08-15 15:06:44 +02:00
2008-01-30 14:00:02 +00:00
2008-01-30 14:00:02 +00:00
2014-06-17 13:42:45 +02:00
2014-01-30 13:09:15 +00:00
2014-08-15 15:06:44 +02:00
2014-07-22 22:38:59 +02:00
2013-07-01 23:11:14 +02:00
2014-06-10 10:51:26 +02:00
2014-03-30 23:44:59 +02:00
2014-07-03 19:06:04 +01:00
2014-03-21 22:29:21 +01:00