From 30f1c546fcf50b43665510c8a68907d741f0e293 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 16 Jan 2009 11:57:00 -0500 Subject: [PATCH] --- yaml --- r: 130525 b: refs/heads/master c: 08ec8c3878cea0bf91f2ba3c0badf44b383752d0 h: refs/heads/master i: 130523: 32ef2c6d5fec9df1863f66106931745dc9cb04b5 v: v3 --- [refs] | 2 +- trunk/include/linux/jbd2.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7100f4d13770..7ef24b5703b4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a21102b55c4f8dfd3adb4a15a34cd62237b46039 +refs/heads/master: 08ec8c3878cea0bf91f2ba3c0badf44b383752d0 diff --git a/trunk/include/linux/jbd2.h b/trunk/include/linux/jbd2.h index b45109c61fba..b28b37eb11c6 100644 --- a/trunk/include/linux/jbd2.h +++ b/trunk/include/linux/jbd2.h @@ -308,7 +308,8 @@ void buffer_assertion_failure(struct buffer_head *bh); int val = (expr); \ if (!val) { \ printk(KERN_ERR \ - "EXT3-fs unexpected failure: %s;\n",# expr); \ + "JBD2 unexpected failure: %s: %s;\n", \ + __func__, #expr); \ printk(KERN_ERR why "\n"); \ } \ val; \