[PATCH] SELinux: remove unecessary size_t checks in selinuxfs
authorDavi Arnaut <davi.arnaut@gmail.com>
Sun, 30 Oct 2005 22:59:24 +0000 (14:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:11 +0000 (17:37 -0800)
commitbfd51626cbf61cb23f787d8ff972ef0d5ddacc0b
tree63e2a8e552b33509130822ed9222d7266cbeb69f
parentce4c2bd1a9dfebaefadc2d34b17c6f12101751be
[PATCH] SELinux: remove unecessary size_t checks in selinuxfs

This patch removes a bunch of unecessary checks for (size_t < 0) in
selinuxfs.

Signed-off-by: James Morris <jmorris@namei.org>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
security/selinux/selinuxfs.c