mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 08:26:02 +08:00
Update to FreeBSD head 2018-06-01
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
This commit is contained in:
@@ -1635,9 +1635,6 @@ m_unshare(struct mbuf *m0, int how)
|
||||
mprev->m_len += m->m_len;
|
||||
mprev->m_next = m->m_next; /* unlink from chain */
|
||||
m_free(m); /* reclaim mbuf */
|
||||
#if 0
|
||||
newipsecstat.ips_mbcoalesced++;
|
||||
#endif
|
||||
} else {
|
||||
mprev = m;
|
||||
}
|
||||
@@ -1667,9 +1664,6 @@ m_unshare(struct mbuf *m0, int how)
|
||||
mprev->m_len += m->m_len;
|
||||
mprev->m_next = m->m_next; /* unlink from chain */
|
||||
m_free(m); /* reclaim mbuf */
|
||||
#if 0
|
||||
newipsecstat.ips_clcoalesced++;
|
||||
#endif
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user