This patch removes printing of a useless blank line in dmesg.
Signed-off-by: Laurent Riffard <[EMAIL PROTECTED]>
fs/reiser4/wander.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6-mm/fs/reiser4/wander.c
===================================================================
--- linux-2.6-mm.orig/fs/reiser4/wander.c
+++ linux-2.6-mm/fs/reiser4/wander.c
@@ -231,7 +231,7 @@ static inline int reiser4_use_write_barr
static void disable_write_barrier(struct super_block * s)
{
notice("zam-1055", "%s does not support write barriers,"
- " using synchronous write instead.\n", s->s_id);
+ " using synchronous write instead.", s->s_id);
set_bit((int)REISER4_NO_WRITE_BARRIER, &get_super_private(s)->fs_flags);
}
--