summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_LOOKUP.9
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 05:21:58 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 05:21:58 +0000
commit1de8f5f8fc0db3df08b08deb4906dac3cf9a0a84 (patch)
tree7dc242848af509e4815610c47e7895009e9abdf0 /share/man/man9/VOP_LOOKUP.9
parent054f70b470751d5cb9034aa91797a323d497516c (diff)
downloadFreeBSD-src-1de8f5f8fc0db3df08b08deb4906dac3cf9a0a84.zip
FreeBSD-src-1de8f5f8fc0db3df08b08deb4906dac3cf9a0a84.tar.gz
More file system > filesystem
Diffstat (limited to 'share/man/man9/VOP_LOOKUP.9')
-rw-r--r--share/man/man9/VOP_LOOKUP.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index d6c6c9e..ad9ca0e 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -77,7 +77,7 @@ struct componentname {
.Pp
Convert a component of a pathname into a pointer to a locked vnode.
This is a very central and rather complicated routine.
-If the file system is not maintained in a strict tree hierarchy,
+If the filesystem is not maintained in a strict tree hierarchy,
this can result in a deadlock situation.
.Pp
The
@@ -371,7 +371,7 @@ vop_lookup(struct vnode *dvp,
* infrequently since we cannot avoid this race condition without
* implementing a sophisticated deadlock detection algorithm.
* Note also that this simple deadlock detection scheme will not
- * work if the file system has any hard links other than ".."
+ * work if the filesystem has any hard links other than ".."
* that point backwards in the directory structure.
*/
if (flags & ISDOTDOT) {
OpenPOWER on IntegriCloud