fs: make fsync_buffers_list() plug
authorJens Axboe <jaxboe@fusionio.com>
Thu, 17 Mar 2011 09:51:40 +0000 (10:51 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 17 Mar 2011 09:51:40 +0000 (10:51 +0100)
commit4ee2491ed8569f370bf4c1a4c046a6efb8032bd2
treebc59eedcaf0a889e7fac77414011aba22da3f500
parent9b6096a65f99a89dfd8328c4e469e7b53b3ae04a
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>
fs/buffer.c