Re: [PATCH 0/3] nfsd state handling fixes

2016-06-15 Thread J . Bruce Fields
On Wed, Jun 15, 2016 at 09:54:28PM -0400, Oleg Drokin wrote: > > On Jun 14, 2016, at 11:28 PM, Oleg Drokin wrote: > > > These three patches do the much discussed job of making nfsd state handling > > more robust in face of races where several opens arrive for the same file > > at the same time fr

Re: [PATCH 0/3] nfsd state handling fixes

2016-06-15 Thread Oleg Drokin
On Jun 14, 2016, at 11:28 PM, Oleg Drokin wrote: > These three patches do the much discussed job of making nfsd state handling > more robust in face of races where several opens arrive for the same file > at the same time from the same client. > > This does not yet handle a case when one of thos

[PATCH 0/3] nfsd state handling fixes

2016-06-14 Thread Oleg Drokin
These three patches do the much discussed job of making nfsd state handling more robust in face of races where several opens arrive for the same file at the same time from the same client. This does not yet handle a case when one of those opens gets an error and others don't. Also this is undergo