summaryrefslogtreecommitdiffstats
path: root/shlibs
diff options
context:
space:
mode:
authorKarel Zak2010-12-19 21:22:51 +0100
committerKarel Zak2011-01-03 12:28:47 +0100
commitc9cf41e4f2b263bbf8e0ed0fbc90163988740a3f (patch)
treeac36b3fa883e1fb514c8421320607dcc80fc113a /shlibs
parentlibmount: fix mount.h includes (diff)
downloadkernel-qcow2-util-linux-c9cf41e4f2b263bbf8e0ed0fbc90163988740a3f.tar.gz
kernel-qcow2-util-linux-c9cf41e4f2b263bbf8e0ed0fbc90163988740a3f.tar.xz
kernel-qcow2-util-linux-c9cf41e4f2b263bbf8e0ed0fbc90163988740a3f.zip
mount: use libmount for mtab/utab updates
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs')
-rw-r--r--shlibs/mount/src/tab_update.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shlibs/mount/src/tab_update.c b/shlibs/mount/src/tab_update.c
index 5afa0d49d..603b6689c 100644
--- a/shlibs/mount/src/tab_update.c
+++ b/shlibs/mount/src/tab_update.c
@@ -184,7 +184,6 @@ int mnt_update_set_fs(mnt_update *upd, unsigned long mountflags,
if (mountflags & MS_PROPAGATION)
return 1;
-
upd->mountflags = mountflags;
rc = mnt_update_set_filename(upd, NULL, 0);