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 { \