[folded-merged] fs-remove-caller-signal_pending-branch-predictions-fix.patch removed from -mm tree

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

 



The patch titled
     Subject: fs-remove-caller-signal_pending-branch-predictions-fix
has been removed from the -mm tree.  Its filename was
     fs-remove-caller-signal_pending-branch-predictions-fix.patch

This patch was dropped because it was folded into fs-remove-caller-signal_pending-branch-predictions.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: fs-remove-caller-signal_pending-branch-predictions-fix

fix fs/buffer.c

Cc: Davidlohr Bueso <dave@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

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

--- a/fs/buffer.c~fs-remove-caller-signal_pending-branch-predictions-fix
+++ a/fs/buffer.c
@@ -2397,7 +2397,7 @@ static int cont_expand_zero(struct file
 
 		balance_dirty_pages_ratelimited(mapping);
 
-		if (fatal_signal_pending(current))) {
+		if (fatal_signal_pending(current)) {
 			err = -EINTR;
 			goto out;
 		}
_

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

fs-remove-caller-signal_pending-branch-predictions.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