afs: Move the vnode/volume validity checking code into its own file
authorDavid Howells <dhowells@redhat.com>
Tue, 7 Nov 2023 09:47:52 +0000 (09:47 +0000)
committerDavid Howells <dhowells@redhat.com>
Mon, 1 Jan 2024 16:37:27 +0000 (16:37 +0000)
commitdfa0a44946e29bd38c054df04ca7a3f8143dafe7
tree422d6140ea4d94508d8a063ebf0ebfee03abc731
parent445f9b6952869586990ec3140dcd87c86d795d2e
afs: Move the vnode/volume validity checking code into its own file

Move the code that does validity checking of vnodes and volumes with
respect to third-party changes into its own file.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
fs/afs/Makefile
fs/afs/inode.c
fs/afs/internal.h
fs/afs/validation.c [new file with mode: 0644]