source:
mainline/contrib/arch/uspace/lib/libfs/fnc.libfs_mount
Last change on this file was afe34be, checked in by , 16 years ago | |
---|---|
|
|
File size: 230 bytes |
Line | |
---|---|
1 | ( |
2 | ?ipc_m_connection_clone ; |
3 | ?ipc_m_data_write /* mount options */ { |
4 | alternative (fs; tmpfs_nested; fat_nested; devfs_nested) { |
5 | !fs.ipc_m_connect_to_me ; |
6 | !fs.mounted { |
7 | !fs.ipc_m_data_write /* forward */ |
8 | } |
9 | } |
10 | } |
11 | ) |
Note:
See TracBrowser
for help on using the repository browser.