[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091201074422.4410.60874.sendpatchset@localhost.localdomain>
Date: Tue, 1 Dec 2009 02:41:23 -0500
From: Amerigo Wang <amwang@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Eric Paris <eparis@...isplace.org>,
linux-security-module@...r.kernel.org, akpm@...ux-foundation.org,
Amerigo Wang <amwang@...hat.com>,
James Morris <jmorris@...ei.org>
Subject: [Patch] selinux: remove an unreachable line
This line is unreachable, remove it.
Signed-off-by: WANG Cong <amwang@...hat.com>
Cc: James Morris <jmorris@...ei.org>
Cc: Eric Paris <eparis@...isplace.org>
---
diff --git a/security/selinux/ss/mls.c b/security/selinux/ss/mls.c
index b5407f1..a2f1034 100644
--- a/security/selinux/ss/mls.c
+++ b/security/selinux/ss/mls.c
@@ -544,7 +544,6 @@ int mls_compute_sid(struct context *scontext,
default:
return -EINVAL;
}
- return -EINVAL;
}
#ifdef CONFIG_NETLABEL
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists