Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 37 → Rev 38

/shark/trunk/fs/fs.c
34,11 → 34,11
*/
 
/*
* CVS : $Id: fs.c,v 1.1.1.1 2002-03-29 14:12:50 pj Exp $
* CVS : $Id: fs.c,v 1.2 2003-01-07 17:14:05 pj Exp $
*
* File: $File$
* Revision: $Revision: 1.1.1.1 $
* Last update: $Date: 2002-03-29 14:12:50 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-01-07 17:14:05 $
*/
 
#include "dentry.h"
761,8 → 761,6
return (void*)-1;
}
 
//sys_status(SCHED_STATUS);
printkc("fs_shut: END");
 
return (void*)0;