0.36pre39 on Debian with kernel 2.4.25
Tomas Olsson
tol at stacken.kth.se
Sat Mar 27 22:22:15 CET 2004
Björn Torkelsson <torkel at acc.umu.se> writes:
> localhost kernel: NNPFS Panic: nnpfs_dev: Unknown message opcode == 27
>
We added a new message to the BSD code, it hasn't been implemented for
Linux yet. It's not dangerous or anything, you might want to do something
like the following.
/tol
Index: arla/nnpfs/linux/nnpfs_dev.c
===================================================================
RCS file:
/afs/stacken.kth.se/src/SourceRepository/arla/nnpfs/linux/nnpfs_dev.c,v
retrieving revision 1.95
diff -u -w -r1.95 nnpfs_dev.c
--- arla/nnpfs/linux/nnpfs_dev.c 2003/11/08 19:04:32 1.95
+++ arla/nnpfs/linux/nnpfs_dev.c 2004/03/27 21:08:33
@@ -731,6 +731,9 @@
(struct nnpfs_message_version *)
message,
message->size);
+ case NNPFS_MSG_DELETE_NODE:
+ return 0;
+
default:
printk(KERN_EMERG
"NNPFS Panic: nnpfs_dev: Unknown message opcode == %d\n",
More information about the Arla-drinkers
mailing list