summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.sym
diff options
context:
space:
mode:
authorKarel Zak2013-08-20 14:35:13 +0200
committerKarel Zak2013-08-20 14:35:13 +0200
commita2f17bb24ee7c3dd25639f78d5fd123161392e0c (patch)
tree1698c88363d887155b5054b8bfd1076dee3fe7c0 /libmount/src/libmount.sym
parentpylibmount: coding style changes, don't touch Context() status (diff)
downloadkernel-qcow2-util-linux-a2f17bb24ee7c3dd25639f78d5fd123161392e0c.tar.gz
kernel-qcow2-util-linux-a2f17bb24ee7c3dd25639f78d5fd123161392e0c.tar.xz
kernel-qcow2-util-linux-a2f17bb24ee7c3dd25639f78d5fd123161392e0c.zip
libmount: add mnt_table_is_empty(), improve table list usage
Currently you have to use mnt_table_remove_fs() + mnt_free_fs() to destroy the list in the table. This is complicated in same situations. This patch allows to use mnt_free_fs() only. 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 f9870e3c4..be140000b 100644
--- a/libmount/src/libmount.sym
+++ b/libmount/src/libmount.sym
@@ -269,6 +269,7 @@ global:
mnt_table_get_intro_comment;
mnt_table_get_trailing_comment;
mnt_table_get_userdata;
+ mnt_table_is_empty;
mnt_table_last_fs;
mnt_table_replace_file;
mnt_table_set_intro_comment;