Re: [PATCH] fstests: generic test for preadv2 behavior on linux

2015-03-16 Thread Dave Chinner
On Mon, Mar 16, 2015 at 06:11:19PM -0400, Milosz Tanski wrote: > On Mon, Mar 16, 2015 at 6:02 PM, Dave Chinner wrote: > > On Mon, Mar 16, 2015 at 02:34:22PM -0400, Milosz Tanski wrote: > >> preadv2 is a new syscall introduced that is like preadv2 but with flag > >> argument. The first use case of

Re: [PATCH] fstests: generic test for preadv2 behavior on linux

2015-03-16 Thread Milosz Tanski
On Mon, Mar 16, 2015 at 6:02 PM, Dave Chinner wrote: > On Mon, Mar 16, 2015 at 02:34:22PM -0400, Milosz Tanski wrote: >> preadv2 is a new syscall introduced that is like preadv2 but with flag >> argument. The first use case of this is to let us add a flag to perform a >> non-blocking file using th

Re: [PATCH] fstests: generic test for preadv2 behavior on linux

2015-03-16 Thread Milosz Tanski
On Mon, Mar 16, 2015 at 5:07 PM, Andreas Dilger wrote: > >> On Mar 16, 2015, at 12:34 PM, Milosz Tanski wrote: >> >> preadv2 is a new syscall introduced that is like preadv2 but with flag > > Sorry, "preadv2 ... is like preadv2"? I already have a fix for in my branch. Robert Elliott was the firs

Re: [PATCH] fstests: generic test for preadv2 behavior on linux

2015-03-16 Thread Dave Chinner
On Mon, Mar 16, 2015 at 02:34:22PM -0400, Milosz Tanski wrote: > preadv2 is a new syscall introduced that is like preadv2 but with flag > argument. The first use case of this is to let us add a flag to perform a > non-blocking file using the page cache. > --- > src/Makefile | 2 +- > s

Re: [PATCH] fstests: generic test for preadv2 behavior on linux

2015-03-16 Thread Andreas Dilger
> On Mar 16, 2015, at 12:34 PM, Milosz Tanski wrote: > > preadv2 is a new syscall introduced that is like preadv2 but with flag Sorry, "preadv2 ... is like preadv2"? > argument. The first use case of this is to let us add a flag to perform a > non-blocking file using the page cache. This is a

[PATCH] fstests: generic test for preadv2 behavior on linux

2015-03-16 Thread Milosz Tanski
preadv2 is a new syscall introduced that is like preadv2 but with flag argument. The first use case of this is to let us add a flag to perform a non-blocking file using the page cache. --- src/Makefile | 2 +- src/preadv2-pwritev2.h | 52 + src/preadv2.c | 150