afs: Split the dynroot stuff out and give it its own ops tables
authorDavid Howells <dhowells@redhat.com>
Fri, 6 Apr 2018 13:17:25 +0000 (14:17 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 9 Apr 2018 20:54:00 +0000 (21:54 +0100)
commit66c7e1d319a5b3a57de688a36200e463ec87e88e
treef38f631e9fe71179b007e53bcebe712c3ed23fc3
parenta4ff7401fbfa06fba3aac14db5b33c5b76298f2c
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 <dhowells@redhat.com>
fs/afs/Makefile
fs/afs/dir.c
fs/afs/dynroot.c [new file with mode: 0644]
fs/afs/internal.h
fs/afs/super.c