All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4: Remove extraneous newlines in ext4_msg() calls
@ 2010-05-04 20:55 Curt Wohlgemuth
  2010-05-21  1:05 ` tytso
  0 siblings, 1 reply; 2+ messages in thread
From: Curt Wohlgemuth @ 2010-05-04 20:55 UTC (permalink / raw)
  To: ext4 development

This removes extraneous newlines that are sent to ext4_msg().

	Signed-off-by: Curt Wohlgemuth <curtw@google.com>
---

diff -uprN orig/fs/ext4/inode.c new/fs/ext4/inode.c
--- orig/fs/ext4/inode.c	2010-05-04 13:46:06.000000000 -0700
+++ new/fs/ext4/inode.c	2010-05-04 13:49:18.000000000 -0700
@@ -2282,7 +2282,7 @@ static int mpage_da_map_blocks(struct mp
 		ext4_msg(mpd->inode->i_sb, KERN_CRIT,
 			 "delayed block allocation failed for inode %lu at "
 			 "logical offset %llu with max blocks %zd with "
-			 "error %d\n", mpd->inode->i_ino,
+			 "error %d", mpd->inode->i_ino,
 			 (unsigned long long) next,
 			 mpd->b_size >> mpd->inode->i_blkbits, err);
 		printk(KERN_CRIT "This should not happen!!  "
@@ -2941,7 +2941,7 @@ retry:
 		if (IS_ERR(handle)) {
 			ret = PTR_ERR(handle);
 			ext4_msg(inode->i_sb, KERN_CRIT, "%s: jbd2_start: "
-			       "%ld pages, ino %lu; err %d\n", __func__,
+			       "%ld pages, ino %lu; err %d", __func__,
 				wbc->nr_to_write, inode->i_ino, ret);
 			goto out_writepages;
 		}
@@ -3016,7 +3016,7 @@ retry:
 	if (pages_skipped != wbc->pages_skipped)
 		ext4_msg(inode->i_sb, KERN_CRIT,
 			 "This should not happen leaving %s "
-			 "with nr_to_write = %ld ret = %d\n",
+			 "with nr_to_write = %ld ret = %d",
 			 __func__, wbc->nr_to_write, ret);

 	/* Update index */
diff -uprN orig/fs/ext4/super.c new/fs/ext4/super.c
--- orig/fs/ext4/super.c	2010-05-04 13:46:06.000000000 -0700
+++ new/fs/ext4/super.c	2010-05-04 13:49:18.000000000 -0700
@@ -3001,7 +3001,7 @@ no_journal:
 	err = ext4_setup_system_zone(sb);
 	if (err) {
 		ext4_msg(sb, KERN_ERR, "failed to initialize system "
-			 "zone (%d)\n", err);
+			 "zone (%d)", err);
 		goto failed_mount4;
 	}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ext4: Remove extraneous newlines in ext4_msg() calls
  2010-05-04 20:55 [PATCH] ext4: Remove extraneous newlines in ext4_msg() calls Curt Wohlgemuth
@ 2010-05-21  1:05 ` tytso
  0 siblings, 0 replies; 2+ messages in thread
From: tytso @ 2010-05-21  1:05 UTC (permalink / raw)
  To: Curt Wohlgemuth; +Cc: ext4 development

On Tue, May 04, 2010 at 01:55:27PM -0700, Curt Wohlgemuth wrote:
> This removes extraneous newlines that are sent to ext4_msg().

Added to the ext4 patch queue.

					- Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-21  1:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-04 20:55 [PATCH] ext4: Remove extraneous newlines in ext4_msg() calls Curt Wohlgemuth
2010-05-21  1:05 ` tytso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.