[PATCH] make devfsd use the new ENABLE_* stuff

Bernhard Fischer rep.nop at aon.at
Sat Oct 8 16:45:53 UTC 2005


On Sat, Oct 08, 2005 at 06:15:18PM +0200, Tito wrote:
>Hi,
>this patch ports devfsd to the new ENABLE_* stuff.
>The patch is rather big and only compilation is tested.
>BTW there is also some little size reduction if I have not done 
>something too stupid somewhere with the ENABLE_* magic...
>
>   text    data     bss     dec     hex filename
>   8982     392     543    9917    26bd devfsd.o.orig.with_no_options
>   8953     392     543    9888    26a0 devfsd.o.new.with_no_options
>
>  text    data     bss     dec     hex filename
>  9154     392     543   10089    2769 devfsd.o.orig.with_modload
>  9125     392     543   10060    274c devfsd.o.new.with_modload
>
>   text    data     bss     dec     hex filename
>   9082     392     543   10017    2721 devfsd.o.orig.with_fg_ng
>   9053     392     543     9988    2704 devfsd.o.new.with_fg_ng
>
>   text    data     bss     dec     hex filename
>   9900     392     543   10835    2a53 devfsd.o.orig.with_verbose
>   9841     392     543   10776    2a18 devfsd.o.new.with_verbose
> 
>   text    data     bss     dec     hex filename
>  10176     392     543   11111    2b67 devfsd.o.orig.with_all_options
>  11339     392     543   12274    2ff2   devfsd.o.new.with_all_options
>  
>   text    data     bss     dec     hex filename
>  16770     392     543   17705    4529 devfsd.o.orig.with_all_options_and_debug
>  16197     392     543   17132    42ec devfsd.o.new.with_all_options_and_debug
>
>
>
>Yes, Rob I know that you don't care about devfsd....
>but please apply the patch the same as maybe there is
>people  out there still using 2.4 kernels (and if 
>I've broken something they will complain  ;-P ).
>
>Comments are always welcome!!!

Can you please switch the optional features to CONFIG_FEATURE_* while at
it?
e.g. CONFIG_DEVFSD_MODLOAD -> CONFIG_FEATURE_DEVFSD_MODLOAD

TIA,
Bernhard



More information about the busybox mailing list