From: Jens Axboe Date: Mon, 6 Apr 2009 12:48:04 +0000 (+0200) Subject: jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC X-Git-Tag: v2.6.30-rc1~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c4bac6b3351fd278dc3537dae42f88f733ff12e;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed