Re: [PATCH] Don't stop when syncing a directory returns an error.

2009-08-17 Thread Sergiu Ivanov
Hello, On Fri, Aug 14, 2009 at 11:23:22PM +0200, Thomas Schwinge wrote: > On Fri, Aug 14, 2009 at 10:26:10PM +0300, Sergiu Ivanov wrote: > > On Fri, Aug 14, 2009 at 08:26:18PM +0200, Thomas Schwinge wrote: > > > On Fri, Aug 14, 2009 at 07:41:08PM +0300, Sergiu Ivanov wrote: > > > > On Fri, Aug 14,

Re: [PATCH] Don't stop when syncing a directory returns an error.

2009-08-14 Thread Thomas Schwinge
Hello! On Fri, Aug 14, 2009 at 10:26:10PM +0300, Sergiu Ivanov wrote: > On Fri, Aug 14, 2009 at 08:26:18PM +0200, Thomas Schwinge wrote: > > On Fri, Aug 14, 2009 at 07:41:08PM +0300, Sergiu Ivanov wrote: > > > On Fri, Aug 14, 2009 at 05:18:59PM +0200, Thomas Schwinge wrote: > > >node_ulfs_iter

[PATCH] Don't stop when syncing a directory returns an error.

2009-08-14 Thread Sergiu Ivanov
* netfs.c (netfs_attempt_sync): Move err inside the loop. Declare final_err. On an error, store the error and go to the next item. Check for the directory port being NULL. --- Hello, On Fri, Aug 14, 2009 at 08:26:18PM +0200, Thomas Schwinge wrote: > On Fri, Aug 14, 2009 at 07:41:08PM +0300, Ser

Re: [PATCH] Don't stop when syncing a directory returns an error.

2009-08-14 Thread Thomas Schwinge
Hello! On Fri, Aug 14, 2009 at 07:41:08PM +0300, Sergiu Ivanov wrote: > On Fri, Aug 14, 2009 at 05:18:59PM +0200, Thomas Schwinge wrote: > > Why did you send it in a separate message by the way? Anyways, I'll post > > my few comments in here. > > I just didn't think about sending it in one messa

[PATCH] Don't stop when syncing a directory returns an error.

2009-08-14 Thread Sergiu Ivanov
* netfs.c (netfs_attempt_sync): Move err inside the loop. Declare final_err. On an error, store the error and go to the next item. Check for the directory port being NULL. --- Hello, On Fri, Aug 14, 2009 at 05:18:59PM +0200, Thomas Schwinge wrote: > On Fri, Aug 14, 2009 at 04:36:45PM +0300, Ser