ash: [MEMALLOC] Made grabstackblock an inline wrapper for stalloc
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Oct 2016 16:26:27 +0000 (18:26 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Oct 2016 16:26:27 +0000 (18:26 +0200)
commita318bba199a08d65c6fb804e26d0993068a4ba16
treef6db9c4617bee3a0a1eb31f93d0f5d31d8e00fde
parentdbef38a74b825c15dcce737fab51c594d93b6d59
ash: [MEMALLOC] Made grabstackblock an inline wrapper for stalloc

Upstream patch:

    Date: Fri, 5 Oct 2007 23:26:45 +0800
    [MEMALLOC] Made grabstackblock an inline wrapper for stalloc

    The function grabstackblock is identical in semantics to stalloc within its
    input constraints.

function                                             old     new   delta
dotcmd                                               319     321      +2
grabstackblock                                        19       5     -14

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c