lkml.org 
[lkml]   [2004]   [Jan]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.1-mm4
Thomas Molina <tmolina@cablespeed.com> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:00    [W:0.357 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site