From 514e9c33e0b2b93f92f745f67d35d7075ce121a3 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Tue, 26 Apr 2011 10:21:54 +0300 Subject: [PATCH] --- yaml --- r: 250435 b: refs/heads/master c: ec0681426526b23d3e12cf247d64676806c30b7f h: refs/heads/master i: 250433: b5f6220d9f9c5342327b4b2e16962e920126ae20 250431: f60152cacdba6daffa1507059e3baa925d065b91 v: v3 --- [refs] | 2 +- trunk/fs/ubifs/debug.h | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 1368ddabdb0b..50ce4150aea5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6d5904e062d5cb28b705d49a35682e0871b3f382 +refs/heads/master: ec0681426526b23d3e12cf247d64676806c30b7f diff --git a/trunk/fs/ubifs/debug.h b/trunk/fs/ubifs/debug.h index 8934c12f108e..f3e235fcd8df 100644 --- a/trunk/fs/ubifs/debug.h +++ b/trunk/fs/ubifs/debug.h @@ -107,10 +107,7 @@ struct ubifs_debug_info { } \ } while (0) -#define dbg_dump_stack() do { \ - if (!dbg_failure_mode) \ - dump_stack(); \ -} while (0) +#define dbg_dump_stack() dump_stack() /* Generic debugging messages */ #define dbg_msg(fmt, ...) do { \