summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/context.c
diff options
context:
space:
mode:
authorKarel Zak2010-12-15 15:06:42 +0100
committerKarel Zak2011-01-03 12:28:47 +0100
commit87a07a4cc8592a937006c5cdb93739b185bdbd7c (patch)
tree01e8588ef6362005ac8ba8de97c7a8124ec5b766 /shlibs/mount/src/context.c
parentfindmnt: use new libmount functions (diff)
downloadkernel-qcow2-util-linux-87a07a4cc8592a937006c5cdb93739b185bdbd7c.tar.gz
kernel-qcow2-util-linux-87a07a4cc8592a937006c5cdb93739b185bdbd7c.tar.xz
kernel-qcow2-util-linux-87a07a4cc8592a937006c5cdb93739b185bdbd7c.zip
libmount: minor fixes
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/context.c')
-rw-r--r--shlibs/mount/src/context.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shlibs/mount/src/context.c b/shlibs/mount/src/context.c
index 59e8bd920..679152052 100644
--- a/shlibs/mount/src/context.c
+++ b/shlibs/mount/src/context.c
@@ -1049,6 +1049,9 @@ int mnt_context_merge_mountflags(mnt_context *cxt)
return rc;
cxt->user_mountflags = fl;
+ DBG(CXT, mnt_debug_h(cxt, "final flags: VFS=%08lx userspace=%08lx",
+ cxt->mountflags, cxt->user_mountflags));
+
cxt->flags |= MNT_FL_MOUNTFLAGS_MERGED;
return 0;
}