patch-2.4.11-dontuse linux/fs/ramfs/inode.c
Next file: linux/fs/reiserfs/bitmap.c
Previous file: linux/fs/qnx4/inode.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Sun Sep 30 12:26:08 2001
- Orig file:
v2.4.10/linux/fs/ramfs/inode.c
- Orig date:
Tue May 22 09:31:25 2001
diff -u --recursive --new-file v2.4.10/linux/fs/ramfs/inode.c linux/fs/ramfs/inode.c
@@ -4,6 +4,7 @@
* Copyright (C) 2000 Linus Torvalds.
* 2000 Transmeta Corp.
*
+ * Usage limits added by David Gibson, Linuxcare Australia.
* This file is released under the GPL.
*/
@@ -348,3 +349,5 @@
module_init(init_ramfs_fs)
module_exit(exit_ramfs_fs)
+MODULE_LICENSE("GPL");
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)