dm-crypt: use __bio_add_page to add single page to clone bio
[linux-block.git] / mm / util.c
index b8ed9dbc7fd55b4dea595e64718315e939fd9bb3..dd12b9531ac4cad5f37879c2412719b3724ecb78 100644 (file)
--- 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;