diff options
author | 2006-05-07 14:12:15 +0000 | |
---|---|---|
committer | 2006-05-07 14:12:15 +0000 | |
commit | 7a882e5ccf669a432ea6c5dfedc63e51a98e3e88 (patch) | |
tree | 9bc61cbac539e88666c0beec450960fb0951d8a9 /sys/kern/vfs_subr.c | |
parent | Unbreak. Fix some of the lint warnings that mickey reintroduced. (diff) | |
download | wireguard-openbsd-7a882e5ccf669a432ea6c5dfedc63e51a98e3e88.tar.xz wireguard-openbsd-7a882e5ccf669a432ea6c5dfedc63e51a98e3e88.zip |
forgot to remove this sentence from the comment
ok pedro
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r-- | sys/kern/vfs_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 1f2220da18c..b9e563fd05f 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_subr.c,v 1.124 2006/04/30 14:20:07 sturm Exp $ */ +/* $OpenBSD: vfs_subr.c,v 1.125 2006/05/07 14:12:15 sturm Exp $ */ /* $NetBSD: vfs_subr.c,v 1.53 1996/04/22 01:39:13 christos Exp $ */ /* @@ -143,7 +143,7 @@ vntblinit(void) /* * Mark a mount point as busy. Used to synchronize access and to delay - * unmounting. Interlock is not released on failure. + * unmounting. * * historical behavior: * - LK_NOWAIT means that we should just ignore the mount point if it's |