DragonFly commits List (threaded) for 2006-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/dev/disk/nata ata-all.c
:Will you also remove the bzero() support again (see
:45780E6A.9020500@netphreax.net)? Or is there a compelling reason to keep it?
:
:Cheers,
:--
: Thomas E. Spanjaard
: tgen@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]