summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_default.c
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2002-04-27 22:20:33 +0000
committeriedowse <iedowse@FreeBSD.org>2002-04-27 22:20:33 +0000
commit9f30a58b28149c133ee14dfdb7784b05278d5d32 (patch)
tree67d6c6c4cbc595666ab3ce461a5993eef6a7f09f /sys/kern/vfs_default.c
parentbae478cc81a5cbd5e18016c3f06d8687ff2dc748 (diff)
downloadFreeBSD-src-9f30a58b28149c133ee14dfdb7784b05278d5d32.zip
FreeBSD-src-9f30a58b28149c133ee14dfdb7784b05278d5d32.tar.gz
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.
Diffstat (limited to 'sys/kern/vfs_default.c')
-rw-r--r--sys/kern/vfs_default.c3
1 files changed, 0 insertions, 3 deletions
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)
OpenPOWER on IntegriCloud