Btrfs: Add a mount option to control worker thread pool size
[pandora-kernel.git] / fs / btrfs / ctree.h
index 6c91a51..7ae4666 100644 (file)
@@ -532,6 +532,7 @@ struct btrfs_fs_info {
         */
        struct btrfs_workers workers;
        struct btrfs_workers endio_workers;
+       int thread_pool_size;
 
 #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,18)
        struct work_struct trans_work;