[folded-merged] seq_read-info-message-about-buggy-next-functions-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: seq_read-info-message-about-buggy-next-functions-fix
has been removed from the -mm tree.  Its filename was
     seq_read-info-message-about-buggy-next-functions-fix.patch

This patch was dropped because it was folded into seq_read-info-message-about-buggy-next-functions.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: seq_read-info-message-about-buggy-next-functions-fix

s/pr_info/pr_info_ratelimited/, per Qian Cai

Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Cc: Davidlohr Bueso <dave@xxxxxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxxxxx>
Cc: Manfred Spraul <manfred@xxxxxxxxxxxxxxxx>
Cc: NeilBrown <neilb@xxxxxxxx>
Cc: Peter Oberparleiter <oberpar@xxxxxxxxxxxxx>
Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
Cc: Vasily Averin <vvs@xxxxxxxxxxxxx>
Cc: Waiman Long <longman@xxxxxxxxxx>
Cc: Qian Cai <cai@xxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 fs/seq_file.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/fs/seq_file.c~seq_read-info-message-about-buggy-next-functions-fix
+++ a/fs/seq_file.c
@@ -233,7 +233,7 @@ Fill:
 
 		p = m->op->next(m, p, &m->index);
 		if (pos == m->index) {
-			pr_info("buggy seq_file .next function %ps "
+			pr_info_ratelimited("buggy seq_file .next function %ps "
 				"did not updated position index\n",
 				m->op->next);
 			m->index++;
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

seq_read-info-message-about-buggy-next-functions.patch




[Index of Archives]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux