patch-2.4.4 linux/fs/file_table.c
Next file: linux/fs/filesystems.c
Previous file: linux/fs/fat/inode.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Apr 18 11:49:12 2001
- Orig file:
v2.4.3/linux/fs/file_table.c
- Orig date:
Tue Dec 5 10:27:31 2000
diff -u --recursive --new-file v2.4.3/linux/fs/file_table.c linux/fs/file_table.c
@@ -66,10 +66,10 @@
goto new_one;
}
/* Big problems... */
- printk("VFS: filp allocation failed\n");
+ printk(KERN_WARNING "VFS: filp allocation failed\n");
} else if (files_stat.max_files > old_max) {
- printk("VFS: file-max limit %d reached\n", files_stat.max_files);
+ printk(KERN_INFO "VFS: file-max limit %d reached\n", files_stat.max_files);
old_max = files_stat.max_files;
}
file_list_unlock();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)