[PATCH] Fix modprobe status reported v2

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sun Jun 7 15:38:29 UTC 2009


On Sun, Jun 07, 2009 at 04:27:25PM +0200, Denys Vlasenko wrote:
>On Sat, Jun 6, 2009 at 10:17 PM, Gilles Espinasse<g.esp at free.fr> wrote:

>> -       /* bool. "Did we have 'symbol:FOO' requested on cmdline?" */
>> -       smallint need_symbols;
>> +       /* 1 "Did we have 'symbol:FOO' requested on cmdline?"
>> +        * 2 modprobe status */
>> +       smallint modprobe_flags;
>
>Try using two separate variables. It may turn out to result
>in smaller code.

heh :) I told him to see if using one variable and mask the
stuff in was smaller (which he presumably did) than the
two he had in the previous version, FYI.


More information about the busybox mailing list