cvs commit: src/sys/kern kern_objcache.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Dec 2 14:23:51 PST 2006


dillon      2006/12/02 14:17:22 PST

DragonFly src repository

  Modified files:
    sys/kern             kern_objcache.c 
  Log:
  Allow M_ZERO to be specified when using simple object cache setups which
  do not have a ctor or dtor function.  Panic the system if M_ZERO is used
  with more complex object setups.
  
  Suggested-by: Thomas E. Spanjaard
  
  Revision  Changes    Path
  1.13      +17 -2     src/sys/kern/kern_objcache.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_objcache.c.diff?r1=1.12&r2=1.13&f=u





More information about the Commits mailing list