summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorKarel Zak2012-04-19 14:33:49 +0200
committerKarel Zak2012-04-19 14:33:49 +0200
commitfc387ee14c6b8672761ae5e67ff639b5cae8f27c (patch)
tree26eaa9db95885d240130a3fa036f3763d42edfa0 /include/pathnames.h
parenttests: tiny change in output header (diff)
downloadkernel-qcow2-util-linux-fc387ee14c6b8672761ae5e67ff639b5cae8f27c.tar.gz
kernel-qcow2-util-linux-fc387ee14c6b8672761ae5e67ff639b5cae8f27c.tar.xz
kernel-qcow2-util-linux-fc387ee14c6b8672761ae5e67ff639b5cae8f27c.zip
libblkid: add support for PARTUUID= and PARTLABEL=
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 1757044f5..88bec08df 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -124,6 +124,8 @@
#define _PATH_DEV_BYUUID "/dev/disk/by-uuid"
#define _PATH_DEV_BYID "/dev/disk/by-id"
#define _PATH_DEV_BYPATH "/dev/disk/by-path"
+#define _PATH_DEV_BYPARTLABEL "/dev/disk/by-partlabel"
+#define _PATH_DEV_BYPARTUUID "/dev/disk/by-partuuid"
/* hwclock paths */
#define _PATH_ADJPATH "/etc/adjtime"