commit | e75206517504461778c283b942440ef312e437d5 | [log] [tgz] |
---|---|---|
author | Louis Rilling <Louis.Rilling@kerlabs.com> | Thu Jun 12 17:26:47 2008 +0200 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jul 14 13:57:16 2008 -0700 |
tree | a0acb0d8cc4527fc00560d7b78a971100fba7f57 | |
parent | 11c3b79218390a139f2d474ee1e983a672d5839a [diff] |
configfs: call drop_link() to cleanup after create_link() failure 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>