diff options
author | Karel Zak <kzak@redhat.com> | 2009-02-17 22:23:08 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-02-17 22:48:18 +0100 |
commit | 50a3029d8877425441e6615d3d72ec73aa2e2518 (patch) | |
tree | b1ea9351b13a5992d082a3e4f9d6e16272198629 /libs | |
parent | d06d028a5a5c204ac2504e6bf6aa65a2e3b8aeb5 (diff) | |
download | util-linux-old-50a3029d8877425441e6615d3d72ec73aa2e2518.tar.gz |
blkid: add TODO hint about DM devnames in sysfs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/blkid/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/blkid/TODO b/libs/blkid/TODO index 77e76c75..e09ec794 100644 --- a/libs/blkid/TODO +++ b/libs/blkid/TODO @@ -47,3 +47,8 @@ [ -- Christoph Hellwig, 16 Feb 2009 ] (1) http://git.kernel.org/?p=fs/xfs/xfsprogs-dev.git;a=tree;f=libdisk; + - use /sys/block/<devname>/dm/name rather than scan /dev/mapper/ for the name + (see devname.c: probe_one()). The sysfs entry has been introduced by kernel + patch 784aae735d9b0bba3f8b9faef4c8b30df3bf0128. + + |