diff options
Diffstat (limited to 'sys/kern/vfs_default.c')
-rw-r--r-- | sys/kern/vfs_default.c | 3 |
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) |