summaryrefslogtreecommitdiffstats
path: root/fs/afs/dynroot.c
AgeCommit message (Collapse)AuthorFilesLines
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells1-0/+209
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 <dhowells@redhat.com>