commit | b4c98f625fffee3a6f633082e9e4be3e952ca2ab | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Wed Sep 13 11:01:19 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Wed Sep 20 15:46:14 2006 -0700 |
tree | ff7832706aeab7b16cbe18dd7976be7b56c49e55 | |
parent | e478bec0ba0a83a48a0f6982934b6de079e7e6b3 [diff] |
configfs: Prevent duplicate subsystem names. 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>