From 66c7e1d319a5b3a57de688a36200e463ec87e88e Mon Sep 17 00:00:00 2001 From: David Howells Date: Fri, 6 Apr 2018 14:17:25 +0100 Subject: afs: Split the dynroot stuff out and give it its own ops tables Split the AFS dynamic root stuff out of the main directory handling file and into its own file as they share little in common. The dynamic root code also gets its own dentry and inode ops tables. Signed-off-by: David Howells --- 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 45b7fc405fa6..6a055423c192 100644 --- a/fs/afs/Makefile +++ b/fs/afs/Makefile @@ -12,6 +12,7 @@ kafs-objs := \ cell.o \ cmservice.o \ dir.o \ + dynroot.o \ file.o \ flock.o \ fsclient.o \ -- cgit v1.2.3