From: Andy Adamson <andros@xxxxxxxxxx> I encountered this sporatically on my VM setup. I instrumented nfs_put_client and all of the atomic_inc's on the nfs_client->cl_count and noted that the data server nfs_client has an additional reference due to a call to nfs_match_client. With this patch, I no longer see the extra reference. I'm writing a pynfs proxy test to verify, and sending the patch out for comments. -->Andy Andy Adamson (1): NFS4.1 Fix data server connection race fs/nfs/nfs4filelayout.h | 2 ++ fs/nfs/nfs4filelayoutdev.c | 25 +++++++++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html