- dm-raid1-fix-waiting-for-io-on-suspend-fix.patch removed from -mm tree

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

 



The patch titled
     dm-raid1-fix-waiting-for-io-on-suspend-fix
has been removed from the -mm tree.  Its filename was
     dm-raid1-fix-waiting-for-io-on-suspend-fix.patch

This patch was dropped because it was folded into dm-raid1-fix-waiting-for-io-on-suspend.patch

------------------------------------------------------
Subject: dm-raid1-fix-waiting-for-io-on-suspend-fix
From: Andrew Morton <akpm@xxxxxxxx>

Give _kmirrord_recovery_stopped static scope.

Cc: Jonathan E Brassow <jbrassow@xxxxxxxxxx>
Cc: Alasdair G Kergon <agk@xxxxxxxxxx>
Cc: <dm-devel@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/md/dm-raid1.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/md/dm-raid1.c~dm-raid1-fix-waiting-for-io-on-suspend-fix drivers/md/dm-raid1.c
--- a/drivers/md/dm-raid1.c~dm-raid1-fix-waiting-for-io-on-suspend-fix
+++ a/drivers/md/dm-raid1.c
@@ -24,7 +24,7 @@
 
 static struct workqueue_struct *_kmirrord_wq;
 static struct work_struct _kmirrord_work;
-DECLARE_WAIT_QUEUE_HEAD(_kmirrord_recovery_stopped);
+static DECLARE_WAIT_QUEUE_HEAD(_kmirrord_recovery_stopped);
 
 static inline void wake(void)
 {
_

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

origin.patch
dm-raid1-fix-waiting-for-io-on-suspend.patch
dm-raid1-fix-waiting-for-io-on-suspend-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

  Powered by Linux