From 0d01c94b24898361354c08812721c3efaee9e5ca Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Mon, 25 Oct 1999 17:33:01 +0000 Subject: Added information on how the directory is stored for future referance during a mount. --- doc/filesystem/syscalls.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/filesystem/syscalls.t b/doc/filesystem/syscalls.t index f087a093ca..b0c07e2dc7 100644 --- a/doc/filesystem/syscalls.t +++ b/doc/filesystem/syscalls.t @@ -814,7 +814,8 @@ information. char *mount_point This is a pathname to a directory in a currently mounted filesystem that -allows read, write and execute permissions. +allows read, write and execute permissions. If successful, the node +found by evaluating this name, is stored in the mt_entry. @subheading Processing: @@ -847,7 +848,7 @@ another filesystem mounted at the mount point we are trying to mount onto. If a mount function is defined in the ops table for the filesystem -containing the mount point, it is called at this time. +containing the mount point, it is called at this time. If no mount point is specified: Processing if performed to set up the mount table chain entry as the base -- cgit v1.2.3