From 3eee035c5ba3f54c32f2494508aae7cf31056b73 Mon Sep 17 00:00:00 2001 From: Ian Dowse Date: Sat, 27 Apr 2002 22:20:33 +0000 Subject: [PATCH] Remove a stale comment saying that the vnode lock must be the first element in the structure pointed to by vp->v_data; the vnode lock is now within the vnode structure itself. --- sys/kern/vfs_default.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index 6de7f778d4a5..6bfe085fda38 100644 --- a/sys/kern/vfs_default.c +++ b/sys/kern/vfs_default.c @@ -264,9 +264,6 @@ vop_stdpathconf(ap) /* * Standard lock, unlock and islocked functions. - * - * These depend on the lock structure being the first element in the - * inode, ie: vp->v_data points to the the lock! */ int vop_stdlock(ap)