summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/tab_parse.c
diff options
context:
space:
mode:
authorKarel Zak2010-09-15 16:31:38 +0200
committerKarel Zak2011-01-03 12:28:42 +0100
commit9dd75aa6f25d88e483616b8df2d534408776532f (patch)
treea980021cc0cb19561a39f62383d01ddb7e94ad5a /shlibs/mount/src/tab_parse.c
parentlibmount: cleanup debug flags (diff)
downloadkernel-qcow2-util-linux-9dd75aa6f25d88e483616b8df2d534408776532f.tar.gz
kernel-qcow2-util-linux-9dd75aa6f25d88e483616b8df2d534408776532f.tar.xz
kernel-qcow2-util-linux-9dd75aa6f25d88e483616b8df2d534408776532f.zip
libmount: add MNT_FS_SWAP flag
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/tab_parse.c')
-rw-r--r--shlibs/mount/src/tab_parse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shlibs/mount/src/tab_parse.c b/shlibs/mount/src/tab_parse.c
index e782b2781..b9063c035 100644
--- a/shlibs/mount/src/tab_parse.c
+++ b/shlibs/mount/src/tab_parse.c
@@ -352,7 +352,7 @@ static int mnt_tab_parse_next(mnt_tab *tb, FILE *f, mnt_fs *fs,
s = skip_spaces(buf);
} while (*s == '\0' || *s == '#');
- DBG(TAB, mnt_debug_h(tb, "%s:%d: %s", filename, *nlines, s));
+ /*DBG(TAB, mnt_debug_h(tb, "%s:%d: %s", filename, *nlines, s));*/
if (!tb->fmt)
tb->fmt = detect_fmt(s);
@@ -374,13 +374,13 @@ static int mnt_tab_parse_next(mnt_tab *tb, FILE *f, mnt_fs *fs,
if (!fs->optstr)
return -ENOMEM;
}
-
+/*
DBG(TAB, mnt_debug_h(tb, "%s:%d: SOURCE:%s, MNTPOINT:%s, TYPE:%s, "
"OPTS:%s, FREQ:%d, PASSNO:%d",
filename, *nlines,
fs->source, fs->target, fs->fstype,
fs->optstr, fs->freq, fs->passno));
-
+*/
return 0;
err:
DBG(TAB, mnt_debug_h(tb, "%s:%d: parse error", tb, filename, *nlines));