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:
e478bec
)
configfs: Prevent duplicate subsystem names.
author
Joel Becker
<joel.becker@oracle.com>
Wed, 13 Sep 2006 18:01:19 +0000
(11:01 -0700)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Wed, 20 Sep 2006 22:46:14 +0000
(15:46 -0700)
For all child objects, creation comes through mkdir(2), so duplicate names
are prevented.
Subsystems, though, are registered by client drivers at init_module()/__init
time. This patch prevents duplicate subsystem names.
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
No differences found