tech-kern archive

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

verbose vflushbuf()



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
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index