All of lore.kernel.org
 help / color / mirror / Atom feed
* md: fix up plugging (again). breaks build of the latest 3.5rc5+
@ 2012-07-03 21:42 Tobias Klausmann
  2012-07-03 23:41 ` NeilBrown
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klausmann @ 2012-07-03 21:42 UTC (permalink / raw)
  To: neilb; +Cc: torvalds, linux-kernel

Proposing this patch:

>From c6ac2740ed916ccf5b6fec0682101dd7a6a50f9f Mon Sep 17 00:00:00 2001
From: Tobias Klausmann <tobias.klausmann@mni.thm.de>
Date: Tue, 3 Jul 2012 23:03:43 +0200
Subject: [PATCH] Fix patch md: fix up plugging again. Commit
 b357f04a67c2aeee828b240863cd3f21d6cb3179

---
 drivers/md/raid10.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c
index acf5a82..8da6282 100644
--- a/drivers/md/raid10.c
+++ b/drivers/md/raid10.c
@@ -1394,7 +1394,7 @@ retry_write:
 		bio_list_add(&conf->pending_bio_list, mbio);
 		conf->pending_count++;
 		spin_unlock_irqrestore(&conf->device_lock, flags);
-		if (!mddev_check_plugged(mddev, 0, 0))
+		if (!mddev_check_plugged(mddev))
 			md_wakeup_thread(mddev->thread);

 		if (!r10_bio->devs[i].repl_bio)
-- 
1.7.7

at least it compiles with this applied!

Thank you,
Tobias Klausmann


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-03 23:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 21:42 md: fix up plugging (again). breaks build of the latest 3.5rc5+ Tobias Klausmann
2012-07-03 23:41 ` NeilBrown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.