Btrfs: remove warn on in free space cache writeout
[linux-drm-fsl-dcu.git] / fs / btrfs / free-space-cache.c
index ecca6c7375a610dbee385a71781cece9082935e0..6a8bb9c79674ec6f46fae41e62e68f5668e309ab 100644 (file)
@@ -920,10 +920,8 @@ static int __btrfs_write_out_cache(struct btrfs_root *root, struct inode *inode,
 
        /* Make sure we can fit our crcs into the first page */
        if (io_ctl.check_crcs &&
-           (io_ctl.num_pages * sizeof(u32)) >= PAGE_CACHE_SIZE) {
-               WARN_ON(1);
+           (io_ctl.num_pages * sizeof(u32)) >= PAGE_CACHE_SIZE)
                goto out_nospc;
-       }
 
        io_ctl_set_generation(&io_ctl, trans->transid);