mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Add 2.4 support for DM_LIST_VERSIONS (dmsetup targets).
Rebaseline patches to 2.4.26-rc1.
This commit is contained in:
parent
3b8fe25248
commit
fa2b1b3472
@ -90,7 +90,9 @@ static struct cmd_data _cmd_data_v4[] = {
|
|||||||
{"names", DM_LIST_DEVICES, {4, 0, 0}},
|
{"names", DM_LIST_DEVICES, {4, 0, 0}},
|
||||||
{"clear", DM_TABLE_CLEAR, {4, 0, 0}},
|
{"clear", DM_TABLE_CLEAR, {4, 0, 0}},
|
||||||
{"mknodes", DM_DEV_STATUS, {4, 0, 0}},
|
{"mknodes", DM_DEV_STATUS, {4, 0, 0}},
|
||||||
|
#ifdef DM_LIST_VERSIONS
|
||||||
{"versions", DM_LIST_VERSIONS, {4, 1, 0}},
|
{"versions", DM_LIST_VERSIONS, {4, 1, 0}},
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
/* *INDENT-ON* */
|
/* *INDENT-ON* */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user