From dfa0a44946e29bd38c054df04ca7a3f8143dafe7 Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 7 Nov 2023 09:47:52 +0000 Subject: 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 cc: Marc Dionne cc: linux-afs@lists.infradead.org --- fs/afs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/afs/Makefile') diff --git a/fs/afs/Makefile b/fs/afs/Makefile index b3849bea0553..dcdc0f1bb76f 100644 --- a/fs/afs/Makefile +++ b/fs/afs/Makefile @@ -28,6 +28,7 @@ kafs-y := \ server.o \ server_list.o \ super.o \ + validation.o \ vlclient.o \ vl_alias.o \ vl_list.o \ -- cgit v1.2.3-58-ga151