diff options
Diffstat (limited to 'include/linux/torture.h')
-rw-r--r-- | include/linux/torture.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/torture.h b/include/linux/torture.h index c79c41d543ef..2ea11094daf6 100644 --- a/include/linux/torture.h +++ b/include/linux/torture.h | |||
@@ -45,7 +45,7 @@ | |||
45 | #define TOROUT_STRING(s) \ | 45 | #define TOROUT_STRING(s) \ |
46 | pr_alert("%s" TORTURE_FLAG s "\n", torture_type) | 46 | pr_alert("%s" TORTURE_FLAG s "\n", torture_type) |
47 | #define VERBOSE_TOROUT_STRING(s) \ | 47 | #define VERBOSE_TOROUT_STRING(s) \ |
48 | do { if (verbose) pr_alert("%s" TORTURE_FLAG s "\n", torture_type); } while (0) | 48 | do { if (verbose) pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s); } while (0) |
49 | #define VERBOSE_TOROUT_ERRSTRING(s) \ | 49 | #define VERBOSE_TOROUT_ERRSTRING(s) \ |
50 | do { if (verbose) pr_alert("%s" TORTURE_FLAG "!!! " s "\n", torture_type); } while (0) | 50 | do { if (verbose) pr_alert("%s" TORTURE_FLAG "!!! " s "\n", torture_type); } while (0) |
51 | 51 | ||
@@ -88,5 +88,6 @@ void torture_init_end(void); | |||
88 | bool torture_cleanup(void); | 88 | bool torture_cleanup(void); |
89 | bool torture_must_stop(void); | 89 | bool torture_must_stop(void); |
90 | bool torture_must_stop_irq(void); | 90 | bool torture_must_stop_irq(void); |
91 | void torture_kthread_stopping(char *title); | ||
91 | 92 | ||
92 | #endif /* __LINUX_TORTURE_H */ | 93 | #endif /* __LINUX_TORTURE_H */ |