Prevent one ext3 error report from spamming dmesg/syslog with blank lines; ext3_error() already includes the necessary newline. Signed-off-by: David Brownell --- 1.59/fs/ext3/namei.c Tue Oct 19 02:40:30 2004 +++ edited/fs/ext3/namei.c Tue Dec 7 14:28:10 2004 @@ -872,7 +872,7 @@ if (!buffer_uptodate(bh)) { /* read error, skip block & hope for the best */ ext3_error(sb, __FUNCTION__, "reading directory #%lu " - "offset %lu\n", dir->i_ino, block); + "offset %lu", dir->i_ino, block); brelse(bh); goto next; }