From: Chris Mason Date: Thu, 12 Jun 2008 01:47:56 +0000 (-0400) Subject: Btrfs: Add a mount option to control worker thread pool size X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4543df7ecc8ae4928c1e51d6e7dc188d650abee4;p=pandora-kernel.git Btrfs: Add a mount option to control worker thread pool size mount -o thread_pool_size changes the default, which is min(num_cpus + 2, 8). Larger thread pools would make more sense on very large disk arrays. This mount option controls the max size of each thread pool. There are multiple thread pools, so the total worker count will be larger than the mount option. Signed-off-by: Chris Mason --- Reading git-diff-tree failed