devtmpfs: get rid of bogus mkdir in create_path()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 27 Jun 2011 20:37:12 +0000 (16:37 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Jul 2011 05:44:11 +0000 (01:44 -0400)
commit5da4e689449ad99ab31cf2208d99eddfce0498ba
tree5cd8ccc145b8b29b3a63dd6252ee921d8e01379b
parent69753a0f14d3cb2e8a70e559ef8d409e4deeac8a
devtmpfs: get rid of bogus mkdir in create_path()

We do _NOT_ want to mkdir the path itself - we are preparing to
mknod it, after all.  Normally it'll fail with -ENOENT and
just do nothing, but if somebody has created the parent in
the meanwhile, we'll get buggered...

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