diff options
| author | Bosko Milekic <bmilekic@FreeBSD.org> | 2003-02-20 03:01:04 +0000 |
|---|---|---|
| committer | Bosko Milekic <bmilekic@FreeBSD.org> | 2003-02-20 03:01:04 +0000 |
| commit | ec73437395b3868d6edcaddef987ea0e4a3ad9a8 (patch) | |
| tree | 4f0776f26488bb7b9effb0dd4ae7898885fdb480 /sys/kern/subr_mbuf.c | |
| parent | 9ec28141262b4b96ac70ff0dd833206b75ef4de1 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_mbuf.c')
| -rw-r--r-- | sys/kern/subr_mbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_mbuf.c b/sys/kern/subr_mbuf.c index 0713b7bf0868..171ccaead71e 100644 --- a/sys/kern/subr_mbuf.c +++ b/sys/kern/subr_mbuf.c @@ -1059,7 +1059,7 @@ mb_reclaim(void) } while (0) #define cl2ref(cl) \ - (((uintptr_t)(cl) - (uintptr_t)cl_refcntmap) >> MCLSHIFT) + (((uintptr_t)(cl) - (uintptr_t)mb_list_clust.ml_mapbase) >> MCLSHIFT) #define _mext_dealloc_ref(m) \ if ((m)->m_ext.ext_type != EXT_EXTREF) \ |
