Btrfs: Add a mount option to control worker thread pool size
authorChris Mason <chris.mason@oracle.com>
Thu, 12 Jun 2008 01:47:56 +0000 (21:47 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:03 +0000 (11:04 -0400)
commit4543df7ecc8ae4928c1e51d6e7dc188d650abee4
treec0e32d2bdaaf26f6819f5f034ed8f1679d23109f
parent35d8ba66294ff2a53c17337a1aa1ff6739492f41
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 <chris.mason@oracle.com>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/super.c