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:
11c3b79
)
configfs: call drop_link() to cleanup after create_link() failure
author
Louis Rilling
<Louis.Rilling@kerlabs.com>
Thu, 12 Jun 2008 15:26:47 +0000
(17:26 +0200)
committer
Mark Fasheh
<mfasheh@suse.com>
Mon, 14 Jul 2008 20:57:16 +0000
(13:57 -0700)
When allow_link() succeeds but create_link() fails, the subsystem is not
informed of the failure.
This patch fixes this by calling drop_link() on create_link() failures.
Signed-off-by: Louis Rilling <Louis.Rilling@kerlabs.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
No differences found