git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69753a0
)
devtmpfs: get rid of bogus mkdir in create_path()
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 27 Jun 2011 20:37:12 +0000
(16:37 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 20 Jul 2011 05:44:11 +0000
(
01:44
-0400)
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
patch
|
blob
|
history
diff --cc
drivers/base/devtmpfs.c
Simple merge