From 66bb8267103df6658ee984a89f1d8445f42d072e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 30 Mar 2011 13:00:03 +0200 Subject: libmount: use chdir() and NOFOLLOW umount flag for umount operation Signed-off-by: Karel Zak --- shlibs/mount/src/context_mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shlibs/mount/src/context_mount.c') diff --git a/shlibs/mount/src/context_mount.c b/shlibs/mount/src/context_mount.c index eaba33c05..58c3ec10e 100644 --- a/shlibs/mount/src/context_mount.c +++ b/shlibs/mount/src/context_mount.c @@ -392,7 +392,7 @@ static int do_mount(struct libmnt_context *cxt, const char *try_type) DBG(CXT, mnt_debug_h(cxt, "%smount(2) " "[source=%s, target=%s, type=%s, " - " mountflags=%08lx, mountdata=%s]", + " mountflags=0x%08lx, mountdata=%s]", (cxt->flags & MNT_FL_FAKE) ? "(FAKE) " : "", src, target, type, flags, cxt->mountdata ? "yes" : "")); -- cgit v1.2.3-55-g7522