|
@@ -1014,7 +1014,7 @@ static int btrfs_show_options(struct seq_file *seq, struct dentry *dentry)
|
|
|
seq_puts(seq, ",nodatacow");
|
|
|
if (btrfs_test_opt(root, NOBARRIER))
|
|
|
seq_puts(seq, ",nobarrier");
|
|
|
- if (info->max_inline != 8192 * 1024)
|
|
|
+ if (info->max_inline != BTRFS_DEFAULT_MAX_INLINE)
|
|
|
seq_printf(seq, ",max_inline=%llu", info->max_inline);
|
|
|
if (info->alloc_start != 0)
|
|
|
seq_printf(seq, ",alloc_start=%llu", info->alloc_start);
|