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

akpm at osdl.org akpm at osdl.org
Thu Nov 9 01:25:02 UTC 2006


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 at osdl.org>

Give _kmirrord_recovery_stopped static scope.

Cc: Jonathan E Brassow <jbrassow at redhat.com>
Cc: Alasdair G Kergon <agk at redhat.com>
Cc: <dm-devel at redhat.com>
Signed-off-by: Andrew Morton <akpm at osdl.org>
---

 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 at osdl.org are

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




More information about the dm-devel mailing list