summaryrefslogtreecommitdiffstats
path: root/udev/10-dm.rules.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2009-11-01 18:01:31 +0000
committerPeter Rajnoha <prajnoha@redhat.com>2009-11-01 18:01:31 +0000
commit06f97f3be32eab935d3d3dd0969d067f557eaab4 (patch)
tree8fe006c0ee4896977e373d788691187351df9cc0 /udev/10-dm.rules.in
parentfc7ad9d4c70be812e97efff6b4c64d398bdd3b14 (diff)
downloadlvm2-06f97f3be32eab935d3d3dd0969d067f557eaab4.tar.gz
lvm2-06f97f3be32eab935d3d3dd0969d067f557eaab4.tar.xz
lvm2-06f97f3be32eab935d3d3dd0969d067f557eaab4.zip
More cleanup in udev rules:
- add copyright notice for 10-dm.rules.in, - set DM_UDEV_DISABLE_{DISK, OTHER}_RULES_FLAG in 11-dm-lvm.rules directly for inappropriate and non-top-level subdevices in case we use older kernels where DM_COOKIE is not used (and therefore there are no flags passed from the LVM process itself). This applies for older kernels (version < 2.6.31), - remove unnecessary filters in 95-dm-notify.rules - the DM_COOKIE env var itself is set for change/remove udev events and for DM devices only so there's no need to double-check this.
Diffstat (limited to 'udev/10-dm.rules.in')
-rw-r--r--udev/10-dm.rules.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/udev/10-dm.rules.in b/udev/10-dm.rules.in
index 9c2e2568..aba0bf44 100644
--- a/udev/10-dm.rules.in
+++ b/udev/10-dm.rules.in
@@ -1,3 +1,7 @@
+# Copyright (C) 2009 Red Hat, Inc. All rights reserved.
+#
+# This file is part of LVM2.
+
# Udev rules for device-mapper devices.
#
# These rules create a DM control node in /dev/(DM_DIR) directory.