cvs commit: src/sys/dev/disk/nata ata-all.c

Matthew Dillon dillon at apollo.backplane.com
Wed Dec 13 14:20:43 PST 2006


    I'll tell you guys what... if ALL of you want me to remove M_ZERO
    support from the objcache, I'll do it (I'll just have a KKASSERT() in
    there to assert that M_ZERO is not specified).

    I still recommend that you use objcache_create_simple() in NATA
    and just bzero() explicitly after objcache_get() in that case.

						-Matt





More information about the Commits mailing list