NeilBrown
749586b7d3
md/raid5: use async_tx_quiesce() instead of open-coding it.
...
handle_stripe_expansion contains:
if (tx) {
async_tx_ack(tx);
dma_wait_for_async_tx(tx);
}
which is very similar to the body of async_tx_quiesce(),
except that the later handles an error from dma_wait_for_async_tx()
(admittedly by panicing, but that decision belongs in the dma
code, not the md code).
So just us async_tx_quiesce().
Acked-by: Dan Williams <djbw@fb.com>
Reported-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: NeilBrown <neilb@suse.de>
2012-12-13 19:52:32 +11:00
..
2012-10-12 16:59:47 +01:00
2012-10-11 13:45:36 +11:00
2012-05-22 13:55:34 +10:00
2012-10-12 21:02:13 +01:00
2012-10-12 21:02:13 +01:00
2012-10-12 16:59:46 +01:00
2012-03-28 18:41:29 +01:00
2012-09-09 10:35:39 +02:00
2012-07-27 15:08:16 +01:00
2012-07-27 15:07:59 +01:00
2012-07-27 15:08:16 +01:00
2012-09-09 10:35:38 +02:00
2012-07-27 15:08:16 +01:00
2011-10-31 20:18:58 +00:00
2012-07-27 15:08:16 +01:00
2011-11-06 19:44:47 -08:00
2012-05-10 23:21:39 -04:00
2012-07-30 17:25:16 -07:00
2012-10-12 16:59:42 +01:00
2011-10-31 19:31:18 -04:00
2012-03-28 18:41:26 +01:00
2012-08-20 14:51:24 -07:00
2012-10-11 13:42:19 +11:00
2012-07-20 14:25:03 +01:00
2012-03-28 18:41:26 +01:00
2012-03-28 18:41:26 +01:00
2011-10-31 19:31:19 -04:00
2011-10-31 19:31:19 -04:00
2012-07-27 15:08:16 +01:00
2012-08-20 14:51:24 -07:00
2012-09-26 23:45:45 +01:00
2012-07-27 15:08:15 +01:00
2012-07-27 15:08:15 +01:00
2012-10-12 21:02:13 +01:00
2011-10-31 19:31:19 -04:00
2012-10-12 16:59:46 +01:00
2012-10-12 21:02:15 +01:00
2012-09-26 23:45:45 +01:00
2012-10-22 10:44:55 +11:00
2012-10-12 21:02:13 +01:00
2012-10-11 13:08:44 +11:00
2011-10-11 16:48:54 +11:00
2012-10-12 21:02:13 +01:00
2012-12-13 19:52:11 +11:00
2012-12-13 19:52:11 +11:00
2012-10-11 13:34:00 +11:00
2011-10-11 16:48:57 +11:00
2012-10-11 13:25:44 +11:00
2012-03-19 12:46:39 +11:00
2012-11-27 12:14:40 +11:00
2012-07-31 10:03:53 +10:00
2012-12-13 19:52:32 +11:00
2012-10-11 13:49:05 +11:00
2012-11-27 12:14:40 +11:00
2012-08-18 09:51:42 +10:00