stat: reduce storage for human-readable filesystem names
authorRon Yorston <rmy@pobox.com>
Mon, 18 Mar 2019 11:14:52 +0000 (11:14 +0000)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 12 Apr 2019 10:00:38 +0000 (12:00 +0200)
commite2026381bed88e79b6f7657eef8319e60ff83041
treebda75fff4364c0cdadf89c7168cf239f6c5ead33
parentc6c19c31c127d7d45d5e3f664eb85e7f621eb817
stat: reduce storage for human-readable filesystem names

function                                             old     new   delta
static.humanname                                       -     236    +236
static.fstype                                          -     140    +140
print_statfs                                         339     341      +2
static.humantypes                                    288       -    -288
------------------------------------------------------------------------------
(add/remove: 2/1 grow/shrink: 1/0 up/down: 378/-288)           Total: 90 bytes
   text    data     bss     dec     hex filename
 982183     485    7296  989964   f1b0c busybox_old
 982152     485    7296  989933   f1aed busybox_unstripped

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/stat.c