patch-pre2.0.3 linux/fs/dquot.c
Next file: linux/fs/file_table.c
Previous file: linux/fs/devices.c
Back to the patch index
Back to the overall index
-  Lines: 10
 -  Date:
Mon May 13 07:36:19 1996
 -  Orig file: 
pre2.0.2/linux/fs/dquot.c
 -  Orig date: 
Wed Apr 17 09:06:32 1996
 
diff -u --recursive --new-file pre2.0.2/linux/fs/dquot.c linux/fs/dquot.c
@@ -904,7 +904,8 @@
 
 void dquot_init(void)
 {
-	printk("VFS: Diskquotas version %s initialized\r\n", __DQUOT_VERSION__);
+	printk(KERN_NOTICE "VFS: Diskquotas version %s initialized\r\n",
+	       __DQUOT_VERSION__);
 	memset(hash_table, 0, sizeof(hash_table));
 	memset((caddr_t)&dqstats, 0, sizeof(dqstats));
 	first_dquot = NODQUOT;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this