From 309139c7dc3d7860ee2d5bf23afcf7b9816b4947 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 7 Feb 2011 15:17:07 +0100 Subject: libmount: add and copy FS internal flags Signed-off-by: Karel Zak --- shlibs/mount/src/tab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shlibs/mount/src/tab.c') diff --git a/shlibs/mount/src/tab.c b/shlibs/mount/src/tab.c index ab4117683..2d2e72fd1 100644 --- a/shlibs/mount/src/tab.c +++ b/shlibs/mount/src/tab.c @@ -424,7 +424,7 @@ struct libmnt_fs *mnt_table_find_target(struct libmnt_table *tb, const char *pat if (!tb || !path) return NULL; - DBG(TAB, mnt_debug_h(tb, "lookup target: %s", path)); + DBG(TAB, mnt_debug_h(tb, "lookup TARGET: %s", path)); /* native @target */ mnt_reset_iter(&itr, direction); @@ -733,7 +733,7 @@ int test_copy_fs(struct libmnt_test *ts, int argc, char *argv[]) printf("ORIGINAL:\n"); mnt_fs_print_debug(fs, stdout); - fs = mnt_copy_fs(fs); + fs = mnt_copy_fs(NULL, fs); if (!fs) goto done; -- cgit v1.2.3-55-g7522