kern/123095 kern/131602 sendfile

Andriy Gapon avg at freebsd.org
Thu Jul 8 12:11:20 UTC 2010


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


More information about the freebsd-net mailing list