COMPILE FIXES FOR 2.3.46-2.3.47

From: Frank Cornelis (Frank.Cornelis@rug.ac.be)
Date: Tue Feb 22 2000 - 02:59:28 EST


To compile 2.3.47 I had to fix some things.
This is when I compile with MTRR and ROOT NFS.
I thought I should report it here.

File: fs/super.c
--- super.c.orig Mon Feb 21 15:01:28 2000
+++ super.c Mon Feb 21 15:01:33 2000
@@ -1143,7 +1143,7 @@
                         sb->s_bdev = NULL;
                         sb->s_flags = root_mountflags;
                         sema_init(&sb->s_vfs_rename_sem,1);
- sema_init(&s->s_nfsd_free_path_sem,1);
+ sema_init(&sb->s_nfsd_free_path_sem,1);
                         vfsmnt = add_vfsmnt(sb, "/dev/root", "/");
                         if (vfsmnt) {
                                 if (nfs_root_mount(sb) >= 0) {
---end of diff---

File: arch/i386/kernel/mtrr.c
--- mtrr.c.orig Mon Feb 21 15:06:37 2000
+++ mtrr.c Mon Feb 21 15:06:42 2000
@@ -1838,7 +1838,7 @@
     proc_root_mtrr = create_proc_entry ("mtrr", S_IWUSR | S_IRUGO, &proc_root);
     proc_root_mtrr->ops = &proc_mtrr_inode_operations;
 #endif
-#ifdev CONFIG_DEVFS_FS
+#ifdef CONFIG_DEVFS_FS
     devfs_handle = devfs_register (NULL, "cpu/mtrr", 0, DEVFS_FL_DEFAULT, 0, 0,
                                    S_IFREG | S_IRUGO | S_IWUSR, 0, 0,
                                    &mtrr_fops, NULL);
---end of diff---

Could someone tell me where I can report patches to?
Where can I contact people concerning kernel development?

Can be reached at <Frank.Cornelis@rug.ac.be>

Frank.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Feb 23 2000 - 21:00:29 EST