Skip to content
Commit 5da4e689 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 69753a0f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment