|
|
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: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.