From: KaiGai Kohei Date: Tue, 6 Nov 2007 16:17:16 +0000 (+0900) Subject: SELinux: fix bug in new ebitmap code. X-Git-Tag: v2.6.24-rc3~181^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d2b685564ba417f4c6d80c3661f0dfee13fff85;p=pandora-kernel.git SELinux: fix bug in new ebitmap code. The "e_iter = e_iter->next;" statement in the inner for loop is primally bug. It should be moved to outside of the for loop. Signed-off-by: KaiGai Kohei Acked-by: Stephen Smalley Signed-off-by: James Morris --- Reading git-diff-tree failed