mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
nick kvfree() from apparmor
too many places open-code it Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
50c6e282bd
commit
39f1f78d53
4 changed files with 12 additions and 15 deletions
|
@ -66,7 +66,6 @@ extern int apparmor_initialized __initdata;
|
|||
char *aa_split_fqname(char *args, char **ns_name);
|
||||
void aa_info_message(const char *str);
|
||||
void *__aa_kvmalloc(size_t size, gfp_t flags);
|
||||
void kvfree(void *buffer);
|
||||
|
||||
static inline void *kvmalloc(size_t size)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue