ash: memalloc: Add growstackto helper
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 17 Feb 2020 14:59:08 +0000 (15:59 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 17 Feb 2020 14:59:08 +0000 (15:59 +0100)
commitc55847fedbc3cbc10f2558c5449d8635f318ce49
tree0e6e83dae9075d330205551cabbc64dae8bac67f
parent74aaf05170d6f224194c98ee0434e2decae45735
ash: memalloc: Add growstackto helper

Upstream commit:

    Date: Sat, 19 May 2018 02:39:46 +0800
    memalloc: Add growstackto helper

    This patch adds the growstackto helper which repeatedly calls
    growstackblock until the requested size is reached.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c