commit | 4ee2491ed8569f370bf4c1a4c046a6efb8032bd2 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jaxboe@fusionio.com> | Thu Mar 17 10:51:40 2011 +0100 |
committer | Jens Axboe <jaxboe@fusionio.com> | Thu Mar 17 10:51:40 2011 +0100 |
tree | bc59eedcaf0a889e7fac77414011aba22da3f500 | |
parent | 9b6096a65f99a89dfd8328c4e469e7b53b3ae04a [diff] |
fs: make fsync_buffers_list() plug It used WRITE_SYNC_PLUG before and potentially submits a batch of IO, so lets enable plugging for this case. Signed-off-by: Jens Axboe <jaxboe@fusionio.com>