The following commit has been merged in the master branch:
commit f77c078a291025d593f3170c57b6be5f257fc3e5
Author: Andrew Deason <[email protected]>
Date:   Thu Apr 8 16:37:51 2010 -0500

    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 <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 README.WARNINGS        |    5 +-
 src/afsd/Makefile.in   |    7 +-
 src/afsd/afsd.c        |  745 +++++++++++++++---------------------------------
 src/afsd/afsd.h        |   36 +++
 src/afsd/afsd_kernel.c |  524 ++++++++++++++++++++++++++++++++++
 5 files changed, 795 insertions(+), 522 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to