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