| Submitter | Artem Bityutskiy |
|---|---|
| Date | April 26, 2011, 7:29 a.m. |
| Message ID | <1303802963-31612-4-git-send-email-dedekind1@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/92864/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fs/ubifs/debug.h b/fs/ubifs/debug.h index 8934c12..f3e235f 100644 --- a/fs/ubifs/debug.h +++ b/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 { \