summaryrefslogtreecommitdiffstats
path: root/fs/afs/Makefile
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2023-11-07 09:47:52 +0000
committerDavid Howells <dhowells@redhat.com>2024-01-01 16:37:27 +0000
commitdfa0a44946e29bd38c054df04ca7a3f8143dafe7 (patch)
tree422d6140ea4d94508d8a063ebf0ebfee03abc731 /fs/afs/Makefile
parent445f9b6952869586990ec3140dcd87c86d795d2e (diff)
downloadlinux-dfa0a44946e29bd38c054df04ca7a3f8143dafe7.tar.gz
linux-dfa0a44946e29bd38c054df04ca7a3f8143dafe7.tar.bz2
linux-dfa0a44946e29bd38c054df04ca7a3f8143dafe7.zip
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
Diffstat (limited to 'fs/afs/Makefile')
-rw-r--r--fs/afs/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \