Does the following patch fix it?
Cheers,
Trond
--- linux-2.2.3/fs/lockd/svcsubs.c-2.2.3 Mon Mar 1 19:34:56 1999
+++ linux-2.2.3/fs/lockd/svcsubs.c Thu Mar 25 13:59:51 1999
@@ -127,7 +127,7 @@
kfree(file);
return;
}
- fp = &file->f_next;
+ fp = &f->f_next;
}
printk(KERN_WARNING "lockd: attempt to release unknown file!\n");
-
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/