init: fix a bug where on reload order of entries might be wrong
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 31 Jan 2009 18:55:54 +0000 (18:55 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 31 Jan 2009 18:55:54 +0000 (18:55 -0000)
commit4ae8a05b131836184eb32c440a6bf814ff81b069
treef64538f2ec02df64b8cf37016df31113684858bb
parente35af567900ec2a7abb17e09cc5b5641f7faafe7
init: fix a bug where on reload order of entries might be wrong

function                                             old     new   delta
run_shutdown_and_kill_processes                        -      97     +97
pause_and_low_level_reboot                             -      48     +48
run_actions                                           81     107     +26
restart_handler                                       56      81     +25
new_init_action                                      137     150     +13
run                                                  576     579      +3
open_stdio_to_tty                                    110      98     -12
check_delayed_sigs                                   195     170     -25
waitfor                                              354     318     -36
low_level_reboot                                      53       -     -53
kill_all_processes                                   115       -    -115
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 4/3 up/down: 212/-241)          Total: -29 bytes
init/init.c