Re: [PATCH 8/8] ceph: hold i_ceph_lock when removing caps for freeing inode

2019-08-02 Thread Greg KH
On Thu, May 30, 2019 at 09:46:35AM +0800, Yan, Zheng wrote: > On 5/29/19 9:14 PM, Sasha Levin wrote: > > Hi, > > > > [This is an automated email] > > > > This commit has been processed because it contains a -stable tag. > > The stable tag indicates that it's relevant for the following trees: all

Re: [PATCH 8/8] ceph: hold i_ceph_lock when removing caps for freeing inode

2019-05-29 Thread Yan, Zheng
On 5/29/19 9:14 PM, Sasha Levin wrote: Hi, [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.1.4, v5.0.18, v4.19.45, v4.14.121, v4.9

Re: [PATCH 8/8] ceph: hold i_ceph_lock when removing caps for freeing inode

2019-05-29 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.1.4, v5.0.18, v4.19.45, v4.14.121, v4.9.178, v4.4.180, v3.18.140. v5.1.4: Build

[PATCH 8/8] ceph: hold i_ceph_lock when removing caps for freeing inode

2019-05-23 Thread Yan, Zheng
ceph_d_revalidate(, LOOKUP_RCU) may call __ceph_caps_issued_mask() on a freeing inode. Cc: sta...@vger.kernel.org Signed-off-by: "Yan, Zheng" --- fs/ceph/caps.c | 10 ++ fs/ceph/inode.c | 2 +- fs/ceph/super.h | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/fs/c