Hello

It seems we have something like a debug message left in 
src/sys/kern/vfs_subr.c:vflushbuf()

        if (dirty) {
                vprint("vflushbuf: dirty", vp);
                goto loop;
        }

It has been there for a while (7 years). Is there a reason 
why it remains always enabled? I have a machine that hit 
the place in a loop, getting stuck for hours printing
messages on the console. If it safe to #ifdef DEBUG this
printf?

-- 
Emmanuel Dreyfus
m...@netbsd.org

Reply via email to