1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Add 2.4 support for DM_LIST_VERSIONS (dmsetup targets).

Rebaseline patches to 2.4.26-rc1.
This commit is contained in:
Alasdair Kergon 2004-03-31 18:54:17 +00:00
parent 3b8fe25248
commit fa2b1b3472

View File

@ -90,7 +90,9 @@ static struct cmd_data _cmd_data_v4[] = {
{"names", DM_LIST_DEVICES, {4, 0, 0}},
{"clear", DM_TABLE_CLEAR, {4, 0, 0}},
{"mknodes", DM_DEV_STATUS, {4, 0, 0}},
#ifdef DM_LIST_VERSIONS
{"versions", DM_LIST_VERSIONS, {4, 1, 0}},
#endif
};
/* *INDENT-ON* */