Removed vm_object printfs that were for testing exit().

File open was failing when using 2 files with same name. TODO: Look at it in the future.
Need to increase writeable file size in fs0. 16 pages don't work.
This commit is contained in:
Bahadir Balban
2008-11-07 16:26:07 +02:00
parent 40ccc642f9
commit 1ddd7ac9c2
3 changed files with 5 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
#include INC_SUBARCH(mm.h)
/* Abort debugging conditions */
#define DEBUG_ABORTS
// #define DEBUG_ABORTS
#if defined (DEBUG_ABORTS)
#define dbg_abort(...) dprintk(__VA_ARGS__)
#else