OSDN Git Service

ash: trivial shrink by using smaller int
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 10 Oct 2009 22:36:20 +0000 (00:36 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 10 Oct 2009 22:36:20 +0000 (00:36 +0200)
commit0e5e4eaf7bbfa5d71db1ea410f734c8458a2071e
tree0c2c1b314fdfa6621d5fcca868b9755239242f64
parentf26e98f4e939846b73d83e5173ab35478d166331
ash: trivial shrink by using smaller int

function                                             old     new   delta
copynode                                             197     196      -1
calcsize                                             127     126      -1
nodesize                                              54      27     -27
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-29)             Total: -29 bytes

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