[PATCH 3/6] Ocfs2: handle hole punching via fallocate properly

2010-11-17 Thread Josef Bacik
This patch just makes ocfs2 use its UNRESERVP ioctl when we get the hole punch flag in fallocate. I didn't test it, but it seems simple enough. Thanks, Acked-by: Jan Kara Acked-by: Joel Becker Signed-off-by: Josef Bacik --- fs/ocfs2/file.c |8 ++-- 1 files changed, 6 insertions(+), 2

Re: [PATCH 3/6] Ocfs2: handle hole punching via fallocate properly

2010-11-17 Thread Joel Becker
On Mon, Nov 15, 2010 at 12:05:20PM -0500, Josef Bacik wrote: > This patch just makes ocfs2 use its UNRESERVP ioctl when we get the hole punch > flag in fallocate. I didn't test it, but it seems simple enough. Thanks, > > Signed-off-by: Josef Bacik Seems reasonable to me. Acked-by: Joel Becker

Re: [PATCH 3/6] Ocfs2: handle hole punching via fallocate properly

2010-11-16 Thread Jan Kara
On Mon 15-11-10 12:05:20, Josef Bacik wrote: > This patch just makes ocfs2 use its UNRESERVP ioctl when we get the hole punch > flag in fallocate. I didn't test it, but it seems simple enough. Thanks, > > Signed-off-by: Josef Bacik You might want to directly CC Joel Becker who maintains OCFS

[PATCH 3/6] Ocfs2: handle hole punching via fallocate properly

2010-11-15 Thread Josef Bacik
This patch just makes ocfs2 use its UNRESERVP ioctl when we get the hole punch flag in fallocate. I didn't test it, but it seems simple enough. Thanks, Signed-off-by: Josef Bacik --- fs/ocfs2/file.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/fs/ocfs2/file

[PATCH 3/6] Ocfs2: handle hole punching via fallocate properly

2010-11-08 Thread Josef Bacik
This patch just makes ocfs2 use its UNRESERVP ioctl when we get the hole punch flag in fallocate. I didn't test it, but it seems simple enough. Thanks, Signed-off-by: Josef Bacik --- fs/ocfs2/file.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/fs/ocfs2/file.c