On 07/25/2014 01:12 AM, Andrey Vagin wrote: > +#include "zdtmtst.h" > + > +#ifndef CLONE_NEWNS > +#define CLONE_NEWNS 0x00020000 > +#endif > + > +const char *test_doc = "Check that mnt_id is repsected"; > +const char *test_author = "Pavel Emelianov <xemul at parallels.com>"; Mind fixing this.