From: Al Viro Date: Mon, 27 Jun 2011 20:37:12 +0000 (-0400) Subject: devtmpfs: get rid of bogus mkdir in create_path() X-Git-Tag: v3.1-rc1~282^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5da4e689449ad99ab31cf2208d99eddfce0498ba;p=pandora-kernel.git 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 --- Reading git-diff-tree failed