[PATCH] 2.4.19-rc1 do_mount.c BLK vs BLOCK

tchiwam (tchiwam@ees2.oulu.fi)
Fri, 28 Jun 2002 14:10:59 +0300 (EEST)


Hello,

Here is a not so significant patch for 2.4.19-rc1. Maybe already
submited ? but this would help some of us not having the linker stoping at
the very end while the problem is at the really begining.

Philippe Trottier

in linux/init/do_mounts.c

--- do_mounts.c~ Fri Jun 28 13:58:16 2002
+++ do_mounts.c Fri Jun 28 13:53:12 2002
@@ -378,7 +378,7 @@ static int __init create_dev(char *name,
return sys_symlink(path + n + 5, name);
}

-#if defined(CONFIG_BLOCK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)
+#if defined(CONFIG_BLK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)
static void __init change_floppy(char *fmt, ...)
{
struct termios termios;

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