On Mon, Oct 12, 2020 at 11:33:04AM +0200, Lukas Czerner wrote: > On Sat, Oct 10, 2020 at 04:10:16PM +0800, xiakaixu1987@xxxxxxxxx wrote: > > From: Kaixu Xia <kaixuxia@xxxxxxxxxxx> > > > > Here we use the READ_ONCE to fix race conditions in ->d_compare() and > > ->d_hash() when they are called in RCU-walk mode, seems we can use > > the normal helper d_inode_rcu() to get the actual inode. > > Looks good to me. > Thanks! > > Reviewed-by: Lukas Czerner <lczerner@xxxxxxxxxx> Thanks, applied. - Ted