aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r--fs/btrfs/disk-io.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index e0665488e512..f47754a2fee4 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -2290,6 +2290,9 @@ int open_ctree(struct super_block *sb,
2290 if (tree_root->fs_info->compress_type == BTRFS_COMPRESS_LZO) 2290 if (tree_root->fs_info->compress_type == BTRFS_COMPRESS_LZO)
2291 features |= BTRFS_FEATURE_INCOMPAT_COMPRESS_LZO; 2291 features |= BTRFS_FEATURE_INCOMPAT_COMPRESS_LZO;
2292 2292
2293 if (features & BTRFS_FEATURE_INCOMPAT_SKINNY_METADATA)
2294 printk(KERN_ERR "btrfs: has skinny extents\n");
2295
2293 /* 2296 /*
2294 * flag our filesystem as having big metadata blocks if 2297 * flag our filesystem as having big metadata blocks if
2295 * they are bigger than the page size 2298 * they are bigger than the page size