cvs commit: src/sys/kern kern_acl.c src/sys/sys acl.h kernel.h src/sys/ufs/ufs ufs_vnops.c

Christian S.J. Peron csjp at FreeBSD.org
Mon Sep 5 17:06:31 PDT 2005


csjp        2005-09-06 00:06:30 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_acl.c 
    sys/sys              acl.h kernel.h 
    sys/ufs/ufs          ufs_vnops.c 
  Log:
  Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.
  Also introduce an aclinit function which will be used to create the UMA zone
  for use by file systems at system start up.
  
  MFC after:      1 month
  Discussed with: rwatson
  
  Revision  Changes    Path
  1.46      +13 -1     src/sys/kern/kern_acl.c
  1.29      +6 -7      src/sys/sys/acl.h
  1.127     +1 -0      src/sys/sys/kernel.h
  1.272     +19 -19    src/sys/ufs/ufs/ufs_vnops.c


More information about the cvs-src mailing list