From 9f30a58b28149c133ee14dfdb7784b05278d5d32 Mon Sep 17 00:00:00 2001 From: iedowse Date: Sat, 27 Apr 2002 22:20:33 +0000 Subject: 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(-) (limited to 'sys/kern') diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index 6de7f77..6bfe085 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) -- cgit v1.1