selinuxfs_fill_super(): don't bother with selinuxfs_info_free() on failures Failures in there will be followed by sel_kill_sb(), which will call selinuxfs_info_free() anyway. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>