jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC
authorJens Axboe <jens.axboe@oracle.com>
Mon, 6 Apr 2009 12:48:04 +0000 (14:48 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Apr 2009 15:04:53 +0000 (08:04 -0700)
commit6c4bac6b3351fd278dc3537dae42f88f733ff12e
tree682fd65d652851a3a67a8994036dfb70be7b93c3
parent9cf6b720f84d6999ff9a514d0a939dd183846aaf
jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC

When you are going to be submitting several sync writes, we want to
give the IO scheduler a chance to merge some of them. Instead of
using the implicitly unplugging WRITE_SYNC variant, use WRITE_SYNC_PLUG
and rely on sync_buffer() doing the unplug when someone does a
wait_on_buffer()/lock_buffer().

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/jbd/commit.c