]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/btrfs/disk-io.c
Btrfs: Fix compile warning around num_online_cpus() in a min statement
[linux-2.6-omap-h63xx.git] / fs / btrfs / disk-io.c
index 04f8d7080b17c61f6043f4e525770d479b7056b0..40a540f311619f28b8cdd448ab5ed78dec8a3b44 100644 (file)
@@ -1528,7 +1528,8 @@ struct btrfs_root *open_ctree(struct super_block *sb,
        fs_info->btree_inode->i_ino = 1;
        fs_info->btree_inode->i_nlink = 1;
 
-       fs_info->thread_pool_size = min(num_online_cpus() + 2, 8);
+       fs_info->thread_pool_size = min_t(unsigned long,
+                                         num_online_cpus() + 2, 8);
 
        INIT_LIST_HEAD(&fs_info->ordered_extents);
        spin_lock_init(&fs_info->ordered_extent_lock);