setfattr: new applet
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 8 Sep 2017 18:55:59 +0000 (20:55 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 8 Sep 2017 18:55:59 +0000 (20:55 +0200)
commitb278ac0e607aa971c46706be63c580a2fd88dd56
tree3d726c79024f77ea9eaa62cf0f68a92f48847386
parentd134aa93414c7d07a938b8076021c62d9987f683
setfattr: new applet

function                                             old     new   delta
setfattr_main                                          -     189    +189
packed_usage                                       31516   31588     +72
setxattr                                               -      53     +53
lsetxattr                                              -      53     +53
removexattr                                            -      37     +37
lremovexattr                                           -      37     +37
applet_names                                        2649    2658      +9
find_applet_by_name                                  124     128      +4
applet_main                                         1532    1536      +4
------------------------------------------------------------------------------
(add/remove: 7/0 grow/shrink: 4/0 up/down: 458/0)             Total: 458 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/setfattr.c [new file with mode: 0644]