aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Phillips <daniel@tux3.org>2014-02-17 23:32:18 +0900
committerDaniel Phillips <daniel@tux3.org>2014-02-17 23:32:18 +0900
commite04c640481caaa0ce6248495e27ea2641eb23bdf (patch)
treee0c39f07cc3a594f8e70a9d0368c52e562a5924f
parent422ea363ead839dcbcd9533ee401d9df836d22a9 (diff)
downloadlinux-tux3-e04c640481caaa0ce6248495e27ea2641eb23bdf.tar.gz
tux3: Default some tracing output to off to reduce noise in
Signed-off-by: Daniel Phillips <d.phillips@partner.samsung.com> Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
-rw-r--r--fs/tux3/commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/tux3/commit.c b/fs/tux3/commit.c
index da846fd5ecd530..a61f5d91853d23 100644
--- a/fs/tux3/commit.c
+++ b/fs/tux3/commit.c
@@ -10,7 +10,7 @@
#endif
#ifndef trace
-#define trace trace_on
+#define trace trace_off
#endif
static void __delta_transition(struct sb *sb, struct delta_ref *delta_ref);