on 08/07/2010 14:47 Kostik Belousov said the following: > - n->m_flags |= M_EXT; > + n->m_flags |= M_EXT | m->m_flags;
BTW, I think that M_EXT must already be in m->m_flags if mb_dupcl() is called. -- Andriy Gapon _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
