mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
350cf7968c
Do not allow passing '' names to kernel. This test was missing also in kernel, so it has allowed to create device with '' name. This then confused dmsetup tool, since such name is unexpected and unsupported. To remove such name from table, user has to use -j -m to specify which device should be removed. This patch fixes the posibility to run this operation: dmsetup rename existingdev '' after this operation commands like 'dmsetup table' are failing. This patch prohibits to use such name. |
||
---|---|---|
.. | ||
datastruct | ||
ioctl | ||
misc | ||
mm | ||
regex | ||
.exported_symbols | ||
libdevmapper.h | ||
libdevmapper.pc.in | ||
libdm-common.c | ||
libdm-common.h | ||
libdm-config.c | ||
libdm-deptree.c | ||
libdm-file.c | ||
libdm-report.c | ||
libdm-string.c | ||
Makefile.in |