Changeset 0d01c94b in rtems


Ignore:
Timestamp:
10/25/99 17:33:01 (24 years ago)
Author:
Jennifer Averett <Jennifer.Averett@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ee0702ef
Parents:
5a69fe3
Message:

Added information on how the directory is stored for future referance
during a mount.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/filesystem/syscalls.t

    r5a69fe3 r0d01c94b  
    815815
    816816This is a pathname to a directory in a currently mounted filesystem that
    817 allows read, write and execute permissions.
     817allows read, write and execute permissions.  If successful, the node
     818found by evaluating this name, is stored in the mt_entry.
    818819
    819820@subheading Processing:
     
    848849
    849850If a mount function is defined in the ops table for the filesystem
    850 containing the mount point, it is called at this time.
     851containing the mount point, it is called at this time. 
    851852
    852853If no mount point is specified:
Note: See TracChangeset for help on using the changeset viewer.