summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.sym
diff options
context:
space:
mode:
authorOndrej Oprala2013-01-10 12:35:08 +0100
committerKarel Zak2013-01-10 14:52:24 +0100
commite47a19312ff91de3c4ead99714b8bfa06139809e (patch)
tree10af2946745dab0416cc97e74c5c4ce0c2b8bf90 /libmount/src/libmount.sym
parentlibmount: fix regression test helper (diff)
downloadkernel-qcow2-util-linux-e47a19312ff91de3c4ead99714b8bfa06139809e.tar.gz
kernel-qcow2-util-linux-e47a19312ff91de3c4ead99714b8bfa06139809e.tar.xz
kernel-qcow2-util-linux-e47a19312ff91de3c4ead99714b8bfa06139809e.zip
libmount: read optional mountinfo fields
[kzak@redhat.com: - rename struct member and functions from "propagation" to "optional fields" - split the original patch - fix parser] Signed-off-by: Ondrej Oprala <ondrej.oprala@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/libmount.sym')
-rw-r--r--libmount/src/libmount.sym5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmount/src/libmount.sym b/libmount/src/libmount.sym
index 9e0f2c45d..ecb3e01f7 100644
--- a/libmount/src/libmount.sym
+++ b/libmount/src/libmount.sym
@@ -248,3 +248,8 @@ global:
mnt_table_find_devno;
mnt_table_parse_swaps;
} MOUNT_2.21;
+
+MOUNT_2.23 {
+global:
+ mnt_fs_get_optional_fields;
+} MOUNT_2.22;