diff options
Diffstat (limited to 'fs/dlm/dlm_internal.h')
-rw-r--r-- | fs/dlm/dlm_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index e7665c31f7b1..5eff6ea3e27f 100644 --- a/fs/dlm/dlm_internal.h +++ b/fs/dlm/dlm_internal.h | |||
@@ -65,6 +65,8 @@ struct dlm_mhandle; | |||
65 | printk(KERN_ERR "dlm: "fmt"\n" , ##args) | 65 | printk(KERN_ERR "dlm: "fmt"\n" , ##args) |
66 | #define log_error(ls, fmt, args...) \ | 66 | #define log_error(ls, fmt, args...) \ |
67 | printk(KERN_ERR "dlm: %s: " fmt "\n", (ls)->ls_name , ##args) | 67 | printk(KERN_ERR "dlm: %s: " fmt "\n", (ls)->ls_name , ##args) |
68 | #define log_rinfo(ls, fmt, args...) \ | ||
69 | printk(KERN_INFO "dlm: %s: " fmt "\n", (ls)->ls_name , ##args); | ||
68 | 70 | ||
69 | #define log_debug(ls, fmt, args...) \ | 71 | #define log_debug(ls, fmt, args...) \ |
70 | do { \ | 72 | do { \ |