Re: [PATCH 0/3] Fixes for vfs-scale and vfs-automount
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2011-02-23 16:37:17
Also in:
linux-nfs, lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2011-02-23 16:37:17
Also in:
linux-nfs, lkml
On Tue, Feb 22, 2011 at 11:22 PM, Ian Kent [off-list ref] wrote:
Nick, what stops a dentry from going away during the rcu-walk?
Dentries (and now inodes) are all RCU-free'd. So the dentry might "go
away", but it wouldn't actually be physically free'd, and you can
still access it.
Linus