tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



On Sat, Apr 25, 2009 at 11:39 PM, Andrew Doran <ad%netbsd.org@localhost> wrote:
> On Thu, Apr 23, 2009 at 01:32:18PM +0300, Elad Efrat wrote:
>
>> +     for (mp = CIRCLEQ_FIRST(&mountlist); mp != NULL; mp = nmp) {
>
> Actually, it should be something like "mp != (void *)&mountlist". Have
> a look at the existing loops.

Right, fixed; anything else?

Thanks,

-e.


Home | Main Index | Thread Index | Old Index