From dcc15ce5afc7a5f86f65f9084a780f9509e15613 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 25 Mar 2013 13:56:31 +0100 Subject: 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 --- libmount/src/libmount.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'libmount/src/libmount.sym') 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; -- cgit v1.2.3-55-g7522