]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit2780f1ff6aec0cf708a61c022d475bfcaa648965
treec8c65497d2ab7c56bde6fc6166489d9caf9386e9
parent6657719390cd05be45f4e3b501d8bb46889c0a19
switch devtmpfs object creation/removal to separate kernel thread

... 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