Re: 2.6.1-mm4

From: Andrew Morton
Date: Mon Jan 19 2004 - 20:03:59 EST


Thomas Molina <tmolina@xxxxxxxxxxxxxx> wrote:
>
> Rusty,
>
> I updated mm4 with the patch you sent in response to my shutdown oops
> report and haven't received a repeat oops in six reboots. Hopefully this
> cures my problem. I previously couldn't reproduce the oops every single
> reboot.
>
> I do have a couple of other anomalies to report though.
>
> First is this snippet from my bootup log:
>
> Cannot open master raw device '/dev/rawctl' (No such device)

Do you have

alias char-major-162 raw

in /etc/modprobe.conf?

> WARNING: /lib/modules/2.6.1-mm4a/kernel/fs/nfsd/nfsd.ko needs unknown
> symbol dnotify_parent
>

Yup, this is fixed and it's all merged up.

diff -puN fs/dnotify.c~nfsd-04-add-dnotify-events-fix fs/dnotify.c
--- 25/fs/dnotify.c~nfsd-04-add-dnotify-events-fix 2004-01-16 08:42:25.000000000 -0800
+++ 25-akpm/fs/dnotify.c 2004-01-16 08:42:45.000000000 -0800
@@ -165,6 +165,7 @@ void dnotify_parent(struct dentry *dentr
spin_unlock(&dentry->d_lock);
}
}
+EXPORT_SYMBOL_GPL(dnotify_parent);

static int __init dnotify_init(void)
{

_

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