diff options
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2013-12-11 14:44:04 -0500 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2014-03-07 11:30:36 -0500 |
commit | 52a13284844b354c7a37533f5366cb5b653a76b3 (patch) | |
tree | 71e0f9148d8a2bb44a308d79e2883f6e732cd97b /mm/swapfile.c | |
parent | 31d4b761896101660b3efe01816b63d9814755eb (diff) | |
download | linux-52a13284844b354c7a37533f5366cb5b653a76b3.tar.bz2 |
ima: use static const char array definitions
A const char pointer allocates memory for a pointer as well as for
a string, This patch replaces a number of the const char pointers
throughout IMA, with a static const char array.
Suggested-by: David Howells <dhowells@redhat.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Acked-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'mm/swapfile.c')
0 files changed, 0 insertions, 0 deletions