1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/libdm/ioctl
Peter Rajnoha c48e40391b Add checks for device names in dmsetup and show proper error messages.
Checks added for DM device names to allow only names < DM_NAME_LEN,
otherwise a part of lengthy name would be silently ignored and could
cause confusion while using dmsetup. Also, the name should not contain
'/' character, if it is used in context of creating a new device
or renaming the existing one (because we do not consider full path
to devices, they do not exist in filesystem yet) and appropriate error
messages are shown.
2009-01-07 12:17:40 +00:00
..
libdm-compat.h further progress 2008-11-01 02:19:19 +00:00
libdm-iface.c Add checks for device names in dmsetup and show proper error messages. 2009-01-07 12:17:40 +00:00
libdm-targets.h Only resume devices in dm_tree_preload_children if size changes. 2008-09-18 18:34:53 +00:00