Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1102694ybl; Wed, 11 Dec 2019 12:33:37 -0800 (PST) X-Google-Smtp-Source: APXvYqxeStYkZUzZJKqtBHiBUMBpYg2umkdngCIXlp9O3GQjt6esNF3owdBKVwb6nzvEjMlWbbBk X-Received: by 2002:a05:6808:210:: with SMTP id l16mr4330380oie.95.1576096417624; Wed, 11 Dec 2019 12:33:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576096417; cv=none; d=google.com; s=arc-20160816; b=kT8b5O2jejaeYhUkSm9233XHaD8p3V9IPhMBjBB6iU4PGw9aRqEHX5EFE6xFXeg8b/ QOR57F7OQi14AoPDMx5lyA3NYa34D8ajMZcMtWJ4bcsYYQPevI75GdJWLohKU4o1hzsu 6fq57RLMFaJvhLedcCqLeQs2PLfqJ8FczD4ORCeHQJxwTADrafwHTy/nDyiL5MMrX8nJ dOdGxasW1wVQpkSQ9ZhAtZHLgFusMYV0w/uYKSjDQGqPqf/Zmi2uqomJE6RzLyl/CAkk 0uPzanObEHrpPe3lNb33xpLNAeKst04HUk8UBBW/PDhhP2wFmeCGkASgTNKHNVbtFL8J JUtQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=xUeluROZ64pQwR2HcNscb+FRTZ+eygWsYeZtkrKO/1U=; b=zXo1YLOS8oAOsOlvu7zLcJh19Mc69XkU3s3pfceXJrwu7cFUO8GyXKKBYrUOe6Fng/ A8c7UAg7e1KkTJOsOA+JVnWqTAtrhDPtVzy+1r954meEa7EJ5Mvfb9amsiA7OV0xKn5d dO/EE+OZcGnjyq20fsQNJHLqFvyBkdidMGl4Q2Sv5n0RgNAzDhraB7vlehrnXFPewECW liSV5gK3EZOlaZ+ji8sZCC/CnqBl+8BpCI0xH2oxqrVxrqvdjdo6T10mXT5nCT9JYpzC XVkQhOtcTqFEbwaaR+GHVXNgvVddIXvxZSHw0z1yxS4bGZgyeMK/3okkXlm0aR8J7cWo GqZA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n9si1827711oie.261.2019.12.11.12.33.13; Wed, 11 Dec 2019 12:33:37 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726872AbfLKUdK (ORCPT + 99 others); Wed, 11 Dec 2019 15:33:10 -0500 Received: from fieldses.org ([173.255.197.46]:58766 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726686AbfLKUdK (ORCPT ); Wed, 11 Dec 2019 15:33:10 -0500 Received: by fieldses.org (Postfix, from userid 2815) id 41D1F1C7C; Wed, 11 Dec 2019 15:33:10 -0500 (EST) Date: Wed, 11 Dec 2019 15:33:10 -0500 From: "J. Bruce Fields" To: Alex Lyakas Cc: linux-nfs@vger.kernel.org, Shyam Kaushik Subject: Re: [PATCH v2] nfsd: provide a procfs entry to release stateids of a particular local filesystem Message-ID: <20191211203310.GA21338@fieldses.org> References: <1568142147-21974-1-git-send-email-alex@zadara.com> <20191205160015.GC22402@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Sun, Dec 08, 2019 at 10:41:29AM +0200, Alex Lyakas wrote: > Bottom line this issue happens to us in production, and it would be > good for us to have it resolved. With our limited nfsd understanding, > do you believe anybody from the community could help? Yes: congratulations, you're a member of the community, and you can help! I'm afraid we've all got a lot on our plates. This is on my list, but I doubt I'll get to it in the next year. --b.