From: Eric Paris Date: Mon, 25 Oct 2010 18:41:39 +0000 (-0400) Subject: IMA: convert internal flags from long to char X-Git-Tag: v2.6.37-rc1~106^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15aac676778f206b42c4d7782b08f89246680485;p=pandora-kernel.git IMA: convert internal flags from long to char The IMA flags is an unsigned long but there is only 1 flag defined. Lets save a little space and make it a char. This packs nicely next to the array of u8's. Signed-off-by: Eric Paris Acked-by: Mimi Zohar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed