K 10 svn:author V 3 bde K 8 svn:date V 27 1995-12-22T18:44:07.000000Z K 7 svn:log V 316 Added undocumented option DEBUG so that debugging code gets maintained or deleted. Motivated by: `int doclusteread = 1;' in ext2_vnops.c redefined doclusterread if DEBUG is defined, so it could not have worked. This was fixed by staticizing things before it caused problems. I didn't find any more cases like this. END