diff options
author | Peter Rajnoha <prajnoha@redhat.com> | 2010-08-12 04:14:05 +0100 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2010-08-12 04:14:05 +0100 |
commit | 7e507eb6432afdd798d4c6dccf949b8c43ef151c (patch) | |
tree | a9c91e310bfd8e26c326f094eade79f5baf1ee25 /Documentation/devices.txt | |
parent | 57cba5d3658d9fdc019c6af14a2d80aefa651e56 (diff) | |
download | linux-3.10-7e507eb6432afdd798d4c6dccf949b8c43ef151c.tar.gz linux-3.10-7e507eb6432afdd798d4c6dccf949b8c43ef151c.tar.bz2 linux-3.10-7e507eb6432afdd798d4c6dccf949b8c43ef151c.zip |
dm: allow autoloading of dm mod
Add devname:mapper/control and MAPPER_CTRL_MINOR module alias
to support dm-mod module autoloading.
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Peter Rajnoha <prajnoha@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'Documentation/devices.txt')
-rw-r--r-- | Documentation/devices.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devices.txt b/Documentation/devices.txt index f2da781705b..d0d1df6cb5d 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -445,6 +445,7 @@ Your cooperation is appreciated. 233 = /dev/kmview View-OS A process with a view 234 = /dev/btrfs-control Btrfs control device 235 = /dev/autofs Autofs control device + 236 = /dev/mapper/control Device-Mapper control device 240-254 Reserved for local use 255 Reserved for MISC_DYNAMIC_MINOR |