From 766af80be1c76bbae78bf86ce0ae757082bb92fa Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 26 Nov 2010 14:33:29 +0100 Subject: libmount: fix to work with btrfs subvolume user mounts Signed-off-by: Karel Zak --- shlibs/mount/src/context.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shlibs/mount/src/context.c') diff --git a/shlibs/mount/src/context.c b/shlibs/mount/src/context.c index 6ee68c16a..069a88343 100644 --- a/shlibs/mount/src/context.c +++ b/shlibs/mount/src/context.c @@ -756,8 +756,8 @@ int mnt_context_set_userspace_mountflags(mnt_context *cxt, unsigned long flags) * @cxt: mount context * @flags: returns mount flags * - * Converts mount options string to MNT_MS_* flags and bitewise-OR the result with - * already defined flags (see mnt_context_set_userspace_mountflags()). + * Converts mount options string to MNT_MS_* flags and bitewise-OR the result + * with already defined flags (see mnt_context_set_userspace_mountflags()). * * Returns: 0 on success, negative number in case of error. */ @@ -995,7 +995,7 @@ int mnt_context_prepare_helper(mnt_context *cxt, const char *name, rc = stat(helper, &st); } - DBG(CXT, mnt_debug_h(cxt, "%s ... %s", helper, + DBG(CXT, mnt_debug_h(cxt, "%-25s ... %s", helper, rc ? "not found" : "found")); if (rc) continue; -- cgit v1.2.3-55-g7522