On Wed, Apr 07, 2021 at 03:33:41PM -0400, Steve Dickson wrote: > > > On 4/7/21 3:14 PM, J. Bruce Fields wrote: > > On Fri, Mar 19, 2021 at 05:09:22PM -0400, J. Bruce Fields wrote: > >> On Sat, Mar 20, 2021 at 07:48:44AM +1100, NeilBrown wrote: > >>> For NFSv4.1, only the EXCHANGE_ID is duplicate. There is only one > >>> CREATE_SESSION, and that is where the client is confirmed. So only one > >>> confirmed client. > >>> > >>> For NFSv4.0 bother SETCLIENTID and SETCLIENDID_CONFIRM are duplicate. > >>> So maybe both clients get confirmed. I should check that. > >> > >> Drifting off topic, but I don't see how this client behavior makes > >> sense. Mount is chatty enough without the unnecessary duplication. > >> Looking at the code.... > > > > I never sorted this out, by the way. I think there must be a bug, > > though. > My bad... I didn't realize you had concern with the patch... > What needs to happen... to figure this out? Sorry, it wasn't a concern with Neil's patches. The thing I don't understand is why the client is sending these calls twice. Anyway, that's more-or-less harmless behavior, and in kernel code, nothing to do with nfs-utils. --b.