summaryrefslogtreecommitdiffstats
path: root/libdm/.exported_symbols
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2010-01-11 15:36:24 +0000
committerPeter Rajnoha <prajnoha@redhat.com>2010-01-11 15:36:24 +0000
commitd2b43c4b340bf5741bad429068ba9ef791330ec4 (patch)
treefd74edf69ca736b461c30305cf56b8c77aef642e /libdm/.exported_symbols
parentb422bb2187cbf760530305e1de13b424cf4dabc7 (diff)
downloadlvm2-d2b43c4b340bf5741bad429068ba9ef791330ec4.tar.gz
lvm2-d2b43c4b340bf5741bad429068ba9ef791330ec4.tar.xz
lvm2-d2b43c4b340bf5741bad429068ba9ef791330ec4.zip
Add support to disable udev checking: DM_UDEV_DISABLE_CHECKING=1 env. variable.
Sometimes it is really needed to switch off udev checking and the warnings we show when we detect that udev has not done its job right - the messages like "Udev should have done this and that. Falling back to direct node creation/removal. " etc. This would be especially handy while setting DM_DEV_DIR env var that could be set to a different location than standard /dev (udev can't create nodes/symlinks out of that one directory that is configured into udevd). The exact same situation happens while we're running our tests.
Diffstat (limited to 'libdm/.exported_symbols')
-rw-r--r--libdm/.exported_symbols2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdm/.exported_symbols b/libdm/.exported_symbols
index 1555e422..22fe7f82 100644
--- a/libdm/.exported_symbols
+++ b/libdm/.exported_symbols
@@ -163,5 +163,7 @@ dm_list_size
dm_cookie_supported
dm_udev_set_sync_support
dm_udev_get_sync_support
+dm_udev_set_checking
+dm_udev_get_checking
dm_udev_complete
dm_udev_wait