Re: [Cluster-devel] [PATCH 6/7] xfs: Switch to iomap for lseek SEEK_HOLE / SEEK_DATA

2017-06-19 Thread Andreas Gruenbacher
On Sun, Jun 18, 2017 at 1:57 AM, Dave Chinner wrote: > On Fri, Jun 16, 2017 at 04:51:19PM +0200, Andreas Gruenbacher wrote: >> Signed-off-by: Andreas Gruenbacher >> --- >> fs/xfs/xfs_file.c | 17 ++--- >> 1 file changed, 2 insertions(+), 15

Re: [Cluster-devel] [PATCH 6/7] xfs: Switch to iomap for lseek SEEK_HOLE / SEEK_DATA

2017-06-17 Thread Dave Chinner
On Fri, Jun 16, 2017 at 04:51:19PM +0200, Andreas Gruenbacher wrote: > Signed-off-by: Andreas Gruenbacher > --- > fs/xfs/xfs_file.c | 17 ++--- > 1 file changed, 2 insertions(+), 15 deletions(-) > > diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c > index

[Cluster-devel] [PATCH 6/7] xfs: Switch to iomap for lseek SEEK_HOLE / SEEK_DATA

2017-06-16 Thread Andreas Gruenbacher
Signed-off-by: Andreas Gruenbacher --- fs/xfs/xfs_file.c | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index 5fb5a09..b36dcd7 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c @@ -1283,28