diff options
Diffstat (limited to 'mm/util.c')
| -rw-r--r-- | mm/util.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/util.c b/mm/util.c index b8ed9dbc7fd5..dd12b9531ac4 100644 --- a/mm/util.c +++ b/mm/util.c @@ -49,6 +49,7 @@ EXPORT_SYMBOL(kfree_const);   *   * Return: newly allocated copy of @s or %NULL in case of error   */ +noinline  char *kstrdup(const char *s, gfp_t gfp)  {  	size_t len;  |