]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/ext4/inode.c
percpu_counter: FBC_BATCH should be a variable
[mirror_ubuntu-zesty-kernel.git] / fs / ext4 / inode.c
index 6702a49992a63e45aae49998e38c94b9723c7acc..98d3fe7057efcd8a0a60048e37c900b20bb5a7c0 100644 (file)
@@ -2498,7 +2498,7 @@ static int ext4_nonda_switch(struct super_block *sb)
        /*
         * switch to non delalloc mode if we are running low
         * on free block. The free block accounting via percpu
-        * counters can get slightly wrong with FBC_BATCH getting
+        * counters can get slightly wrong with percpu_counter_batch getting
         * accumulated on each CPU without updating global counters
         * Delalloc need an accurate free block accounting. So switch
         * to non delalloc when we are near to error range.