ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jan 2017 18:05:11 +0000 (19:05 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jan 2017 18:05:11 +0000 (19:05 +0100)
commit2c3131d88e438fff3cc578293e82cc5ffd4693d1
tree213601274c69e30c2301a0ce356502256919612c
parent5d43ddc59bf62d03cfc0017f24e36533294c455e
ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT

They are always set and cleared together

function                                             old     new   delta
append_char                                           69      68      -1
display_single                                       910     908      -2
ls_main                                              677     664     -13
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-16)             Total: -16 bytes

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