summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2012-11-20 07:11:15 +0400
committerNeilBrown <neilb@suse.de>2012-12-13 12:52:32 +0400
commit749586b7d34df910118bff2c248d08877d772e81 (patch)
tree2785d1a7601ff4d717545b43ab60c32b45d683ba /arch/x86
parent0a19caabf01ac138bf3668786939e50ea4d9c8ac (diff)
downloadlinux-749586b7d34df910118bff2c248d08877d772e81.tar.xz
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>
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions