switch devtmpfs object creation/removal to separate kernel thread
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 27 Jun 2011 20:25:29 +0000 (16:25 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Jul 2011 05:44:09 +0000 (01:44 -0400)
... and give it a namespace where devtmpfs would be mounted on root,
thus avoiding abuses of vfs_path_lookup() (it was never intended to
be used with LOOKUP_PARENT).  Games with credentials are also gone.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/base/devtmpfs.c

Simple merge