csjp        2005-11-12 20:55:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             kern_acl.c 
    sys/sys              acl.h kernel.h 
    sys/ufs/ufs          ufs_vnops.c 
  Log:
  MFC  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.
  
  Revision   Changes    Path
  1.45.8.1   +13 -1     src/sys/kern/kern_acl.c
  1.28.2.1   +6 -7      src/sys/sys/acl.h
  1.126.2.1  +1 -0      src/sys/sys/kernel.h
  1.271.2.1  +19 -19    src/sys/ufs/ufs/ufs_vnops.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to