diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index 6de7f778d4a..6bfe085fda3 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)