afs: Remove afs_dynroot_d_revalidate() as it is redundant
authorDavid Howells <dhowells@redhat.com>
Fri, 12 Jan 2024 21:59:44 +0000 (21:59 +0000)
committerDavid Howells <dhowells@redhat.com>
Mon, 22 Jan 2024 22:30:14 +0000 (22:30 +0000)
commitcfcc005dbcc79f1e6bddc6fd4b3e8a1163a6d181
treea40feb4bf6d11d7f8b288db979f92a0fc6309a23
parent17ba6f0bd14fe3ac606aac6bebe5e69bdaad8ba1
afs: Remove afs_dynroot_d_revalidate() as it is redundant

Remove afs_dynroot_d_revalidate() as it is redundant as all it does is
return 1 and the caller assumes that if the op is not given.

Suggested-by: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
cc: linux-fsdevel@vger.kernel.org
fs/afs/dynroot.c