Update of /cvsroot/linux-vax/kernel-2.4/fs/msdos
In directory usw-pr-cvs1:/tmp/cvs-serv29245/msdos
Modified Files:
namei.c
Log Message:
synch 2.4.15 commit 13
Index: namei.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/fs/msdos/namei.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- namei.c 14 Jan 2001 16:25:47 -0000 1.1.1.1
+++ namei.c 9 Apr 2002 13:19:34 -0000 1.2
@@ -17,8 +17,6 @@
#include <asm/uaccess.h>
-#include "../fat/msbuffer.h"
-
#define MSDOS_DEBUG 0
#define PRINTK(x)
@@ -389,7 +387,7 @@
return res;
mkdir_error:
- printk("msdos_mkdir: error=%d, attempting cleanup\n", res);
+ printk(KERN_WARNING "msdos_mkdir: error=%d, attempting cleanup\n", res);
inode->i_nlink = 0;
inode->i_ctime = dir->i_ctime = dir->i_mtime = CURRENT_TIME;
dir->i_nlink--;
|