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

Last change on this file was afe34be, checked in by Martin Decky <martin@…>, 16 years ago

finally all interfaces are correctly bound

  • Property mode set to 100644
File size: 230 bytes
RevLine 
[810860a]1(
2 ?ipc_m_connection_clone ;
3 ?ipc_m_data_write /* mount options */ {
[afe34be]4 alternative (fs; tmpfs_nested; fat_nested; devfs_nested) {
[810860a]5 !fs.ipc_m_connect_to_me ;
[0a1a313]6 !fs.mounted {
7 !fs.ipc_m_data_write /* forward */
8 }
[810860a]9 }
[cf7b3e0]10 }
[810860a]11)
Note: See TracBrowser for help on using the repository browser.