From: Mingming Cao Date: Sat, 5 Mar 2011 16:52:45 +0000 (-0500) Subject: ext4: Use single thread to perform DIO unwritten convertion X-Git-Tag: v2.6.39-rc1~73^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198868f35de99e7197829314076e5465c37e4cc5;p=pandora-kernel.git ext4: Use single thread to perform DIO unwritten convertion While running ext4 testing on multiple core, we found there are per cpu ext4-dio-unwritten threads processing conversion from unwritten extents to written for IOs completed from async direct IO patch. Per filesystem is enough, we don't need per cpu threads to work on conversion. Signed-off-by: Mingming Cao --- Reading git-diff-tree failed