Annotation of researchv10dc/lsys/sys/mount.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * mount structure
        !             3:  * used to keep track of fs filesystems
        !             4:  * also used, stupidly, by the vm code
        !             5:  */
        !             6: 
        !             7: struct mount {
        !             8:        struct inode *m_dev;    /* special file where filesystem lives */
        !             9:        struct inode *m_mroot;  /* root of this filesystem */
        !            10: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.