commit | 65ab80279d7c323ce151e858d951e2684df72a97 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jaxboe@fusionio.com> | Thu Mar 17 10:56:45 2011 +0100 |
committer | Jens Axboe <jaxboe@fusionio.com> | Thu Mar 17 10:56:45 2011 +0100 |
tree | b00d0400360e11dd337a701ffbb66d097894da2b | |
parent | 4ee2491ed8569f370bf4c1a4c046a6efb8032bd2 [diff] |
jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging 'write_op' was still used, even though it was always WRITE_SYNC now. Add plugging around the cases where it submits IO, and flush them before we end up waiting for that IO. Signed-off-by: Jens Axboe <jaxboe@fusionio.com>