]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit6354e66fc357c567e81af0c21741febe89826bb2
tree63e2a8e552b33509130822ed9222d7266cbeb69f
parent0f2e750c78ea55ae76cb0c80f1daf35fd108cba9
[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