commit | 15aac676778f206b42c4d7782b08f89246680485 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Mon Oct 25 14:41:39 2010 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 26 11:37:18 2010 -0700 |
tree | d4d2625139f8a52ffa7bd0cb1848a446518652ec | |
parent | 497f32337073a2da102c49a53779097b5394711b [diff] |
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 <eparis@redhat.com> Acked-by: Mimi Zohar <zohar@linux.vnet.ibm.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>