ftpd: do not use nasty tricks for re-execing if we are on MMU machine.
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 18 Mar 2009 14:12:22 +0000 (14:12 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 18 Mar 2009 14:12:22 +0000 (14:12 -0000)
commit5b492ee87614632e7bf5cd68fe0ce87dad30002a
tree747b5212fc9428139b29b5fb273772eebf6025da
parent1432cb4bd9daf304111dd19e0011f8756c32e327
ftpd: do not use nasty tricks for re-execing if we are on MMU machine.
On NOMMU, code is alomost the same, on MMU:

function                                             old     new   delta
handle_dir_common                                    223     390    +167
ftpd_main                                           2306    2231     -75
popen_ls                                             203       -    -203
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/1 up/down: 167/-278)         Total: -111 bytes
networking/ftpd.c