]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite10c8aa46d96a58088d45aa9f8af1cd7ff5e2937
treef38f631e9fe71179b007e53bcebe712c3ed23fc3
parent54107e943aa6cd36683d5b515df3b1f1aac11562
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