btrfs-progs: move global reserve to overall summary
commit8f43fed5e24c66ae71ae29ffc682b2dbb3d6ea0d
authorDavid Sterba <dsterba@suse.cz>
Tue, 29 Apr 2014 15:32:22 +0000 (29 17:32 +0200)
committerDavid Sterba <dsterba@suse.cz>
Thu, 4 Dec 2014 15:48:11 +0000 (4 16:48 +0100)
tree174c0e4e9894315602d7ffe9aa563a9b946af72c
parent85a0566d4b5c12a2f8593d03aac355981ef21f73
btrfs-progs: move global reserve to overall summary

It looks confusing among the chunks, it is not in fact a chunk type.

Sample:
Overall:
    Device size:                  35.00GiB
    Device allocated:              8.07GiB
    Device unallocated:           26.93GiB
    Used:                          1.12MiB
    Free (Estimated):             17.57GiB      (Max: 30.98GiB, min: 17.52GiB)
    Data to device ratio:             50 %
    Global reserve:               16.00MiB      (used: 0.00B)
...

Signed-off-by: David Sterba <dsterba@suse.cz>
cmds-fi-disk_usage.c