diff options
author | David Howells <dhowells@redhat.com> | 2017-11-02 15:27:50 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2017-11-13 15:38:19 +0000 |
commit | 9cc6fc50f7bc69ac28bee45eed13cbc65a86210f (patch) | |
tree | 81f5ea54ddb8e9df3bf1fa768f9421d6aeec98e5 /fs/afs/Makefile | |
parent | 8b2a464ced77fe35be72ab7d38152a9439daf8d3 (diff) | |
download | linux-9cc6fc50f7bc69ac28bee45eed13cbc65a86210f.tar.gz linux-9cc6fc50f7bc69ac28bee45eed13cbc65a86210f.tar.bz2 linux-9cc6fc50f7bc69ac28bee45eed13cbc65a86210f.zip |
afs: Move server rotation code into its own file
Move server rotation code into its own file.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/afs/Makefile')
-rw-r--r-- | fs/afs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/Makefile b/fs/afs/Makefile index 849383986d3b..192d476d7c76 100644 --- a/fs/afs/Makefile +++ b/fs/afs/Makefile @@ -20,6 +20,7 @@ kafs-objs := \ misc.o \ mntpt.o \ proc.o \ + rotate.o \ rxrpc.o \ security.o \ server.o \ |