From: Louis Rilling Date: Thu, 12 Jun 2008 15:26:47 +0000 (+0200) Subject: configfs: call drop_link() to cleanup after create_link() failure X-Git-Tag: v2.6.27-rc1~1036^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e75206517504461778c283b942440ef312e437d5;p=pandora-kernel.git 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 Signed-off-by: Joel Becker --- Reading git-diff-tree failed