K 10 svn:author V 5 andre K 8 svn:date V 27 2013-10-10T21:14:49.062382Z K 7 svn:log V 499 Merge all mbuf related CTASSERTs into kern/kern_mbuf.c. Internalize and functionalize a couple of macros that need to have inside knowledge of the mbuf structure into kern/uipc_mbuf.c. The conversion is very much mechanical for now and the function names are not finalized at all. Affected are M_WRITABLE, M_ALIGN, MH_ALIGN, MEXT_ALIGN, M_LEADINGSPACE, M_TRAILINGSPACE, M_PREPEND. There is some fallout in dev/xen/netback/netback.c which has const'ed the mbuf pointer to handled properly later. END