From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Wed, 17 Jun 2020 13:57:43 -0700 Subject: [Ocfs2-devel] [PATCH 1/4] ocfs2: avoid inode removed while nfsd access it In-Reply-To: References: <20200616183829.87211-1-junxiao.bi@oracle.com> <20200616183829.87211-2-junxiao.bi@oracle.com> Message-ID: <20200617135743.18d9a4add21acaac12da23d2@linux-foundation.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ocfs2-devel@oss.oracle.com On Wed, 17 Jun 2020 11:01:12 +0800 Joseph Qi wrote: > On 2020/6/17 02:38, Junxiao Bi wrote: > > When nfsd is getting file dentry using handle or parent dentry of some > > dentry, one cluster lock is used to avoid inode removed from other node, > > but it still could be removed from local node, so use a rw lock to avoid > > this. > > > > Signed-off-by: Junxiao Bi > > Reviewed-by: Joseph Qi Which kernel version(s) do we think need these four patches? 5.9? 5.8? 5.8 and -stable?