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 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel