Re: BTRFS file clone support for cp

2009-08-01 Thread Jim Meyering
Pádraig Brady wrote: > Giuseppe Scrivano wrote: >> Pádraig Brady writes: >> +#expensive_ >>> That comment is just for testing I presume? >>> Note you can run a single expensive test like: >>> (cd tests && make check TESTS=cp/file-clone VERBOSE=yes >>> RUN_EXPENSIVE_TESTS=yes) >> >> sorry, ye

Re: BTRFS file clone support for cp

2009-08-01 Thread Giuseppe Scrivano
Jim Meyering writes: > I am now convinced that cp's new behavior belongs on > a separate option, --reflink (i.e., it should not be the default). > Giuseppe, do you feel like adding that option and adjusting your > test accordingly? sure. > Things to adjust, other than copy.c and the test: >

Bug#539481: coreutils: [df] Please use DOT instead of COMMA in -h (human readable) size listing

2009-08-01 Thread Jari Aalto
Package: coreutils Version: 7.4-2 Severity: wishlist [Debian Bug / wishlist] $ df -hl | grep usb /dev/sdb1 3,9G 3,9G 96K 100% /media/usb0 /dev/sdc1 3,8G 4,0K 3,8G 1% /media/usb1 SUGGESTION Please prefer representing fractional values in computer-dot notation

Re: Bug#539481: coreutils: [df] Please use DOT instead of COMMA in -h (human readable) size listing

2009-08-01 Thread James Youngman
On Sat, Aug 1, 2009 at 10:58 AM, Jari Aalto wrote: > Package: coreutils > Version: 7.4-2 > Severity: wishlist > > > [Debian Bug / wishlist] > > $ df -hl | grep usb > >  /dev/sdb1             3,9G  3,9G   96K 100% /media/usb0 >  /dev/sdc1             3,8G  4,0K  3,8G   1% /media/usb1 > > SUGGESTION

Re: Porting GNU Projects - Coreutils

2009-08-01 Thread James Youngman
On Wed, Jul 29, 2009 at 4:16 PM, bornlibra23 wrote: > > Hello People > I am trying to port various GNU products to Stratus OpenVOS platform > including the GCC compiler collection. However I am stuck currently for the > lack of wide & multibyte character support. Can somebody guide me to an > imple

Re: BTRFS file clone support for cp

2009-08-01 Thread Giuseppe Scrivano
Jim Meyering writes: > I am now convinced that cp's new behavior belongs on > a separate option, --reflink (i.e., it should not be the default). > Giuseppe, do you feel like adding that option and adjusting your > test accordingly? I attached two separate patches, --reflink option and file-clone