Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
btrfsprogs.356
0158-btrfs-progs-hide-FS-occupied-from-device-u...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0158-btrfs-progs-hide-FS-occupied-from-device-usage-outpu.patch of Package btrfsprogs.356
From 3ab60c6a624b64a3bdd8952d49f0683054fdee10 Mon Sep 17 00:00:00 2001 From: David Sterba <dsterba@suse.cz> Date: Wed, 14 May 2014 20:06:47 +0200 Subject: [PATCH 158/303] btrfs-progs: hide FS occupied from device usage output The term has not seen an agreement and we don't want to change it once it's in non-development branches or even released. Discussion under the patch: http://thread.gmane.org/gmane.comp.file-systems.btrfs/34627 Signed-off-by: David Sterba <dsterba@suse.cz> --- cmds-fi-disk_usage.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cmds-fi-disk_usage.c b/cmds-fi-disk_usage.c index 2c3c0a3ed51e..eb645128b142 100644 --- a/cmds-fi-disk_usage.c +++ b/cmds-fi-disk_usage.c @@ -906,7 +906,13 @@ void print_device_sizes(int fd, struct device_info *devinfo, int mode) printf(" Device size: %*s%10s\n", (int)(20 - strlen("Device size")), "", pretty_size_mode(devinfo->device_size, mode)); +#if 0 + /* + * The term has not seen an agreement and we don't want to change it + * once it's in non-development branches or even released. + */ printf(" FS occupied: %*s%10s\n", (int)(20 - strlen("FS occupied")), "", pretty_size_mode(devinfo->size, mode)); +#endif } -- 2.1.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor