* [PATCH] btrfs-progs: hide 'FS occupied' from device usage output for now
@ 2014-05-14 18:12 David Sterba
0 siblings, 0 replies; only message in thread
From: David Sterba @ 2014-05-14 18:12 UTC (permalink / raw)
To: linux-btrfs; +Cc: David Sterba
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>
---
Some variant based on of the terms: occupy, hold, retain, maintain
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 5580134ac939..453410f070da 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
}
--
1.9.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-14 18:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 18:12 [PATCH] btrfs-progs: hide 'FS occupied' from device usage output for now David Sterba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).