mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
11 lines
373 B
Plaintext
11 lines
373 B
Plaintext
--- denode.h.orig Wed Dec 29 13:54:52 1999
|
|
+++ denode.h Sun Oct 22 23:51:49 2000
|
|
@@ -135,7 +135,6 @@
|
|
* contained within a vnode.
|
|
*/
|
|
struct denode {
|
|
- struct lock de_lock; /* denode lock >Keep this first< */
|
|
struct denode *de_next; /* Hash chain forward */
|
|
struct denode **de_prev; /* Hash chain back */
|
|
struct vnode *de_vnode; /* addr of vnode we are part of */
|