Re: [patch 2/4] Add an option to show ISO, binary or raw bytes counts using df.

2010-10-18 Thread Frank Kingswood
On 17/10/10 19:26, hugo-l...@carfax.org.uk wrote: Change btrfs filesystem df to allow the user to control the scales used for sizes in the output. Index: btrfs-progs-unstable/btrfs.c === --- btrfs-progs-unstable.orig/btrfs.c

Re: [patch 2/4] Add an option to show ISO, binary or raw bytes counts using df.

2010-10-18 Thread Hugo Mills
On Mon, Oct 18, 2010 at 09:21:56AM +0100, Frank Kingswood wrote: On 17/10/10 19:26, hugo-l...@carfax.org.uk wrote: Change btrfs filesystem df to allow the user to control the scales used for sizes in the output. Index: btrfs-progs-unstable/btrfs.c

[patch 2/4] Add an option to show ISO, binary or raw bytes counts using df.

2010-10-17 Thread hugo-lkml
Change btrfs filesystem df to allow the user to control the scales used for sizes in the output. Signed-off-by: Hugo Mills h...@carfax.org.uk --- btrfs.c |5 +++-- btrfs_cmds.c | 37 - 2 files changed, 35 insertions(+), 7 deletions(-) Index: