From: Jeff Layton Date: Fri, 2 Aug 2024 21:45:02 +0000 (-0400) Subject: fs: remove comment about d_rcu_to_refcount X-Git-Tag: v6.12-rc1~215^2~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45fab40d34650fad9ddbaeaed1a89997d7736ea0;p=thirdparty%2Flinux.git fs: remove comment about d_rcu_to_refcount This function no longer exists. Signed-off-by: Jeff Layton Link: https://lore.kernel.org/r/20240802-openfast-v1-1-a1cff2a33063@kernel.org Signed-off-by: Christian Brauner --- diff --git a/fs/dcache.c b/fs/dcache.c index 3d8daaecb6d1a..1af75fa68638a 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -2163,9 +2163,6 @@ seqretry: * without taking d_lock and checking d_seq sequence count against @seq * returned here. * - * A refcount may be taken on the found dentry with the d_rcu_to_refcount - * function. - * * Alternatively, __d_lookup_rcu may be called again to look up the child of * the returned dentry, so long as its parent's seqlock is checked after the * child is looked up. Thus, an interlocking stepping of sequence lock checks