Cc: Andrew Morton <akpm@...>, <clg@...>, <serue@...>, David C. Hansen <haveblue@...>, Pavel Emelyanov <xemul@...>, Containers <containers@...>, <linux-kernel@...>
Can you explain why are you adding it for 64-bit arches too? unsigned long
is there already 64-bit, and both sys_clone and sys_unshare have unsigned
long flags, rather than unsigned int.
Jakub
--