source: mainline/contrib/arch/uspace/lib/libfs/fnc.libfs_mount@ 0a1a313

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 0a1a313 was 0a1a313, checked in by Martin Decky <martin@…>, 16 years ago

fix protocols w.r.t. nested calls

  • Property mode set to 100644
File size: 209 bytes
Line 
1(
2 ?ipc_m_connection_clone ;
3 ?ipc_m_data_write /* mount options */ {
4 alternative (fs; tmpfs; fat; devfs) {
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.