summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/context.c
diff options
context:
space:
mode:
authorKarel Zak2010-11-26 14:33:29 +0100
committerKarel Zak2011-01-03 12:28:46 +0100
commit766af80be1c76bbae78bf86ce0ae757082bb92fa (patch)
tree88b95682bbd0fbe7c73833b39f70f74d111bb2eb /shlibs/mount/src/context.c
parentlibmount: use better format for utab, improve bind mounts (diff)
downloadkernel-qcow2-util-linux-766af80be1c76bbae78bf86ce0ae757082bb92fa.tar.gz
kernel-qcow2-util-linux-766af80be1c76bbae78bf86ce0ae757082bb92fa.tar.xz
kernel-qcow2-util-linux-766af80be1c76bbae78bf86ce0ae757082bb92fa.zip
libmount: fix to work with btrfs subvolume user mounts
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/context.c')
-rw-r--r--shlibs/mount/src/context.c6
1 files changed, 3 insertions, 3 deletions
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;