summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/cache.c
diff options
context:
space:
mode:
authorKarel Zak2011-04-27 17:17:16 +0200
committerKarel Zak2011-04-27 17:17:16 +0200
commit0983b5f7e67c23c553d7c14ac8d1788b1dc19890 (patch)
tree34bc64d782070609c4d98a3328a6c1acfb39bbce /shlibs/mount/src/cache.c
parentlib: [tt.c] support fixed width and multiple tt_print_table() calls (diff)
downloadkernel-qcow2-util-linux-0983b5f7e67c23c553d7c14ac8d1788b1dc19890.tar.gz
kernel-qcow2-util-linux-0983b5f7e67c23c553d7c14ac8d1788b1dc19890.tar.xz
kernel-qcow2-util-linux-0983b5f7e67c23c553d7c14ac8d1788b1dc19890.zip
libmount: minor fix to mnt_tabdiff_*
- tabdiff has to support NULL fs->source - disable some debug messages Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/cache.c')
-rw-r--r--shlibs/mount/src/cache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shlibs/mount/src/cache.c b/shlibs/mount/src/cache.c
index 18b6cd49a..4775069c0 100644
--- a/shlibs/mount/src/cache.c
+++ b/shlibs/mount/src/cache.c
@@ -446,7 +446,7 @@ char *mnt_resolve_path(const char *path, struct libmnt_cache *cache)
assert(path);
- DBG(CACHE, mnt_debug_h(cache, "resolving path %s", path));
+ /*DBG(CACHE, mnt_debug_h(cache, "resolving path %s", path));*/
if (!path)
return NULL;
@@ -494,8 +494,8 @@ char *mnt_resolve_tag(const char *token, const char *value,
assert(token);
assert(value);
- DBG(CACHE, mnt_debug_h(cache, "resolving tag token=%s value=%s",
- token, value));
+ /*DBG(CACHE, mnt_debug_h(cache, "resolving tag token=%s value=%s",
+ token, value));*/
if (!token || !value)
return NULL;