Split afsd into afsd.c and afsd_kernel.c
authorAndrew Deason <adeason@sinenomine.net>
Thu, 8 Apr 2010 21:37:51 +0000 (16:37 -0500)
committerDerrick Brashear <shadow@dementia.org>
Tue, 13 Apr 2010 00:14:22 +0000 (17:14 -0700)
commitf77c078a291025d593f3170c57b6be5f257fc3e5
tree2ab93ab48c6c86d725a37d33fdc21ebdfb6744f0
parentb28cdd0a0e59290d8cdbf73de26ce8f34b068a61
Split afsd into afsd.c and afsd_kernel.c

Move the parts of afsd.c that depend on using the kernel module into
afsd_kernel.c. Keep in afsd.c code that can be used with libuafs
drivers.

Change-Id: I22c4dd698e8c12c42dabd85ea38226ffd8746d11
Reviewed-on: http://gerrit.openafs.org/1723
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS
src/afsd/Makefile.in
src/afsd/afsd.c
src/afsd/afsd.h [new file with mode: 0644]
src/afsd/afsd_kernel.c [new file with mode: 0644]