ext4: add block plug for .writepages
authorShaohua Li <shaohua.li@intel.com>
Tue, 18 Oct 2011 14:55:51 +0000 (10:55 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 18 Oct 2011 14:55:51 +0000 (10:55 -0400)
Add block plug for ext4 .writepages. Though ext4 .writepages
already handles request merge very well, block plug is still
helpful to reduce block lock contention.

Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found