From owner-freebsd-hackers Mon Jun 5 19:40:05 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA21980 for hackers-outgoing; Mon, 5 Jun 1995 19:40:05 -0700 Received: from servo.ipsilon.com (servo.Ipsilon.COM [204.160.241.205]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA21974 for ; Mon, 5 Jun 1995 19:40:02 -0700 Received: (from hoffman@localhost) by servo.ipsilon.com (8.6.11/8.6.10) id TAA06992; Mon, 5 Jun 1995 19:38:30 -0700 Date: Mon, 5 Jun 1995 19:38:30 -0700 From: Eric Hoffman Message-Id: <199506060238.TAA06992@servo.ipsilon.com> To: hackers@freebsd.org Subject: external storage for mbufs Sender: hackers-owner@freebsd.org Precedence: bulk #ifdef notyet #define MFREE(m, n) \ ....general purpose deallocator which uses ext_free function pointer.. #else /* notyet */ #define MFREE(m, nn) \ ....deallocator which assumes M_EXT is always part of the cluster system... #endif could someone lend some context to why the following code from mbuf.h is conditionalized the way it is? an idle recompile with the new code caused damage...what other conditions in the system exist that make it not yet ready?