cvs commit: src/sys/dev/disk/nata ata-all.c
    Matthew Dillon 
    dillon at apollo.backplane.com
       
    Wed Dec 13 14:14:24 PST 2006
    
    
  
:Will you also remove the bzero() support again (see
:45780E6A.9020500 at netphreax.net)? Or is there a compelling reason to keep it?
:
:Cheers,
:-- 
:         Thomas E. Spanjaard
:         tgen at netphreax.net
    The M_ZERO (bzero) support is there to stay, because it is very useful.
    But to use it you have to use objcache_create_simple().
    From my read you should be able to replace the objcache_create() calls
    being used in NATA with objcache_create_simple() calls.
						-Matt
    
    
More information about the Commits
mailing list