Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2005 00:06:30 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_acl.c src/sys/sys acl.h kernel.h src/sys/ufs/ufs ufs_vnops.c
Message-ID:  <200509060006.j8606Vwh048476@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509060006.j8606Vwh048476>