Re: [PATCH] autofs: don't stuck in a loop if vfs_write returns an error

2016-06-16 Thread Ian Kent
On Fri, 2016-06-10 at 12:07 -0700, Andrew Morton wrote: > On Thu, 09 Jun 2016 09:23:26 +0800 Ian Kent wrote: > > > > I was getting ready to send these over to Andrew and found that opendir(3) > > > is > > > failing on a number of tests (51 of 230, 9 fails are expected) with 4.6.0. > > > > > > It

Re: [PATCH] autofs: don't stuck in a loop if vfs_write returns an error

2016-06-10 Thread Andrew Morton
On Thu, 09 Jun 2016 09:23:26 +0800 Ian Kent wrote: > > I was getting ready to send these over to Andrew and found that opendir(3) > > is > > failing on a number of tests (51 of 230, 9 fails are expected) with 4.6.0. > > > > It's not the patches, yours or mine and it doesn't happen with 4.4.x >

Re: [PATCH] autofs: don't stuck in a loop if vfs_write returns an error

2016-06-10 Thread Ian Kent
On Thu, 2016-06-09 at 10:27 -0700, Andrei Vagin wrote: > On Wed, Jun 8, 2016 at 6:23 PM, Ian Kent wrote: > > On Mon, 2016-05-30 at 13:52 +0800, Ian Kent wrote: > > > On Tue, 2016-05-24 at 09:34 +0800, Ian Kent wrote: > > > > On Mon, 2016-05-23 at 14:50 -0700, Andrei Vagin wrote: > > > > > Hi Ian,

Re: [PATCH] autofs: don't stuck in a loop if vfs_write returns an error

2016-06-09 Thread Andrei Vagin
On Wed, Jun 8, 2016 at 6:23 PM, Ian Kent wrote: > On Mon, 2016-05-30 at 13:52 +0800, Ian Kent wrote: >> On Tue, 2016-05-24 at 09:34 +0800, Ian Kent wrote: >> > On Mon, 2016-05-23 at 14:50 -0700, Andrei Vagin wrote: >> > > Hi Ian, >> > > >> > > When are you going to apply this patch? We can't test

Re: [PATCH] autofs: don't stuck in a loop if vfs_write returns an error

2016-06-08 Thread Ian Kent
On Mon, 2016-05-30 at 13:52 +0800, Ian Kent wrote: > On Tue, 2016-05-24 at 09:34 +0800, Ian Kent wrote: > > On Mon, 2016-05-23 at 14:50 -0700, Andrei Vagin wrote: > > > Hi Ian, > > > > > > When are you going to apply this patch? We can't test linux-next without > > > it. > > > > I though I sent t

Re: [PATCH] autofs: don't stuck in a loop if vfs_write returns an error

2016-05-29 Thread Ian Kent
On Tue, 2016-05-24 at 09:34 +0800, Ian Kent wrote: > On Mon, 2016-05-23 at 14:50 -0700, Andrei Vagin wrote: > > Hi Ian, > > > > When are you going to apply this patch? We can't test linux-next without it. > > I though I sent this with the last series but I can't see that I have. > > I have the r

Re: [PATCH] autofs: don't stuck in a loop if vfs_write returns an error

2016-05-23 Thread Ian Kent
On Mon, 2016-05-23 at 14:50 -0700, Andrei Vagin wrote: > Hi Ian, > > When are you going to apply this patch? We can't test linux-next without it. I though I sent this with the last series but I can't see that I have. I have the rest of that series to send over to Andrew which I was planning to d

Re: [PATCH] autofs: don't stuck in a loop if vfs_write returns an error

2016-05-23 Thread Andrei Vagin
Hi Ian, When are you going to apply this patch? We can't test linux-next without it. Thanks, Andrew On Fri, Apr 1, 2016 at 12:37 AM, Ian Kent wrote: > On Thu, 2016-03-31 at 22:12 -0700, Andrey Vagin wrote: >> From: Andrey Vagin >> >> __vfs_write() returns a negative value in a error case. > >

Re: [PATCH] autofs: don't stuck in a loop if vfs_write returns an error

2016-04-01 Thread Ian Kent
On Thu, 2016-03-31 at 22:12 -0700, Andrey Vagin wrote: > From: Andrey Vagin > > __vfs_write() returns a negative value in a error case. Ha, right, I'll send this along to Andrew with my next series which should be soon. > > Cc: Ian Kent > Signed-off-by: Andrey Vagin > --- > fs/autofs4/waitq