aul Rubin, David MacKenzie, and Stuart Kemp.
Thanks.
Kind regards,Sunil
On 06/15/2010 03:19 PM, Paul Eggert wrote:
On 06/15/2010 02:43 PM, Jim Meyering wrote:
I think that copying physical holes via FIEMAP should be the default, when
possible. One problem is that the current code on the fiemap-copy branch
does not honor --sparse=WHEN when in fiemap-copying mod
On 06/10/2010 04:47 PM, Paul Eggert wrote:
On 06/09/2010 11:56 PM, jeff.liu wrote:
Yeah, I just realized that the behaviour I observed is caused by the delay
allocation mechanism of
the particular FS.
If the file system is using delayed allocation, then can
the fiemap ioctl tell us t
On 06/08/2010 05:10 AM, Eric Blake wrote:
new file mode 100644
index 000..d33293b
--- /dev/null
+++ b/src/fiemap.h
@@ -0,0 +1,102 @@
+/* FS_IOC_FIEMAP ioctl infrastructure.
+ Some portions copyright (C) 2007 Cluster File Systems, Inc
+ Authors: Mark Fasheh
+Kalpak Shah
+
On 05/27/2010 11:43 AM, Jim Meyering wrote:
Sunil Mushran wrote:
Jim Meyering wrote:
Hi Jeff,
I've included below the state of my local changes.
Unfortunately, with that 5-patch series, there is always a test failure
on F13/ext4. Maybe someone who knows more about extent
Jim Meyering wrote:
Hi Jeff,
I've included below the state of my local changes.
Unfortunately, with that 5-patch series, there is always a test failure
on F13/ext4. Maybe someone who knows more about extents can provide an
explanation?
Here's a small example to demonstrate:
Create a file with
jeff.liu wrote:
Over the last few weeks I've been working on other projects
(pretty must time dedicated to getting grep back into shape),
so coreutils has languished. Sorry for not giving more feedback,
but I have been watching.
In fact, seeing the use of HAVE_FTRUNCATE that is moved by your pa
?S08:30 0:00
/mass/libexec/sftp-server
data 14703 0.0 0.0 00 ?Z08:31 0:00
[sftp-server ]
Thanks
Sunil
___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils
Hi,
coreutils compile failed on solaris 2.6 because
MBRTOWC is not defined. Its just about parenthesis in
wrong place and because on GNU systems MBRTOWC is
defined, th e code compiles.
### PATCH BEGIN
--- src/cut.c.ORG 2004-02-08 16:25:32.888099000
-0800
+++ sr