summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.sym
diff options
context:
space:
mode:
authorKarel Zak2013-03-25 13:56:31 +0100
committerKarel Zak2013-03-25 13:56:31 +0100
commitdcc15ce5afc7a5f86f65f9084a780f9509e15613 (patch)
tree72f1d4ee94f8f840598eacaf305107d3bf92b7f4 /libmount/src/libmount.sym
parentlibmount: make libmount.h consistent with code (diff)
downloadkernel-qcow2-util-linux-dcc15ce5afc7a5f86f65f9084a780f9509e15613.tar.gz
kernel-qcow2-util-linux-dcc15ce5afc7a5f86f65f9084a780f9509e15613.tar.xz
kernel-qcow2-util-linux-dcc15ce5afc7a5f86f65f9084a780f9509e15613.zip
libmount: add mnt_table_find_mountpoint()
This is more robust implementation of mnt_get_mountpoint() that does not ignore bind mountpoints (mount --bind /mnt /mnt) as it does not depend on st_dev numbers. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/libmount.sym')
-rw-r--r--libmount/src/libmount.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/libmount.sym b/libmount/src/libmount.sym
index 9fc0ee6b0..2ea483989 100644
--- a/libmount/src/libmount.sym
+++ b/libmount/src/libmount.sym
@@ -254,4 +254,5 @@ global:
mnt_fs_get_optional_fields;
mnt_fs_get_propagation;
mnt_context_find_umount_fs;
+ mnt_table_find_mountpoint;
} MOUNT_2.22;