patch-2.4.13 linux/fs/ext2/inode.c
Next file: linux/fs/fat/cache.c
Previous file: linux/fs/ext2/file.c
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Thu Oct 11 09:43:38 2001
-  Orig file: 
v2.4.12/linux/fs/ext2/inode.c
-  Orig date: 
Thu Oct 11 08:02:26 2001
diff -u --recursive --new-file v2.4.12/linux/fs/ext2/inode.c linux/fs/ext2/inode.c
@@ -29,6 +29,12 @@
 #include <linux/sched.h>
 #include <linux/highuid.h>
 #include <linux/quotaops.h>
+#include <linux/module.h>
+
+MODULE_AUTHOR("Remy Card and others");
+MODULE_DESCRIPTION("Second Extended Filesystem");
+MODULE_LICENSE("GPL");
+
 
 static int ext2_update_inode(struct inode * inode, int do_sync);
 
@@ -592,7 +598,7 @@
 	sync_page: block_sync_page,
 	prepare_write: ext2_prepare_write,
 	commit_write: generic_commit_write,
-	bmap: ext2_bmap,
+	bmap: ext2_bmap
 };
 
 /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)