From: James Morris Date: Wed, 22 Mar 2006 08:09:17 +0000 (-0800) Subject: [PATCH] selinuxfs cleanups: sel_fill_super exit path X-Git-Tag: v2.6.17-rc1~1129^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161ce45a8a34ba81673f60c603e6fc6d37d99c8f;p=pandora-kernel.git [PATCH] selinuxfs cleanups: sel_fill_super exit path Unify the error path of sel_fill_super() so that all errors pass through the same point and generate an error message. Also, removes a spurious dput() in the error path which breaks the refcounting for the filesystem (litter_kill_super() will correctly clean things up itself on error). Signed-off-by: James Morris Acked-by: Stephen Smalley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed