|
@@ -7906,8 +7906,8 @@ static void dump_space_info(struct btrfs_space_info *info, u64 bytes,
|
|
printk(KERN_INFO "BTRFS: space_info %llu has %llu free, is %sfull\n",
|
|
printk(KERN_INFO "BTRFS: space_info %llu has %llu free, is %sfull\n",
|
|
info->flags,
|
|
info->flags,
|
|
info->total_bytes - info->bytes_used - info->bytes_pinned -
|
|
info->total_bytes - info->bytes_used - info->bytes_pinned -
|
|
- info->bytes_reserved - info->bytes_readonly,
|
|
|
|
- (info->full) ? "" : "not ");
|
|
|
|
|
|
+ info->bytes_reserved - info->bytes_readonly -
|
|
|
|
+ info->bytes_may_use, (info->full) ? "" : "not ");
|
|
printk(KERN_INFO "BTRFS: space_info total=%llu, used=%llu, pinned=%llu, "
|
|
printk(KERN_INFO "BTRFS: space_info total=%llu, used=%llu, pinned=%llu, "
|
|
"reserved=%llu, may_use=%llu, readonly=%llu\n",
|
|
"reserved=%llu, may_use=%llu, readonly=%llu\n",
|
|
info->total_bytes, info->bytes_used, info->bytes_pinned,
|
|
info->total_bytes, info->bytes_used, info->bytes_pinned,
|