summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
diff options
context:
space:
mode:
authorKarel Zak2010-12-17 17:46:24 +0100
committerKarel Zak2011-01-03 12:28:47 +0100
commit36bda5cbd0a18b2ae6aadd36fd54813f29566602 (patch)
tree5270b2ee85dcc3eeb618b98a16102ae7e2d2a5fd /shlibs/mount/src/mount.sym
parenttests: add libmount utab tests (diff)
downloadkernel-qcow2-util-linux-36bda5cbd0a18b2ae6aadd36fd54813f29566602.tar.gz
kernel-qcow2-util-linux-36bda5cbd0a18b2ae6aadd36fd54813f29566602.tar.xz
kernel-qcow2-util-linux-36bda5cbd0a18b2ae6aadd36fd54813f29566602.zip
libmount: cleanup MS_RDONLY usageand mnt_update_* symbols
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.sym')
-rw-r--r--shlibs/mount/src/mount.sym19
1 files changed, 8 insertions, 11 deletions
diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym
index 5d51cded1..7890a1403 100644
--- a/shlibs/mount/src/mount.sym
+++ b/shlibs/mount/src/mount.sym
@@ -128,18 +128,15 @@ global:
mnt_tab_update_file;
mnt_unlock_file;
mnt_unmangle;
- mnt_update_disable_lock;
- mnt_update_file;
- mnt_update_get_filename;
- mnt_update_get_format;
- mnt_update_get_lock;
- mnt_update_prepare_update;
- mnt_update_set_action;
- mnt_update_set_filename;
- mnt_update_set_format;
+ mnt_new_update;
+ mnt_free_update;
+ mnt_update_is_ready;
mnt_update_set_fs;
- mnt_update_set_mountflags;
- mnt_update_set_old_target;
+ mnt_update_tab;
+ mnt_update_get_mountflags;
+ mnt_update_force_rdonly;
+ mnt_update_get_filename;
+
local:
*;
};