Ignore:
Timestamp:
2009-11-03T21:36:54Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1647323
Parents:
bbddafb (diff), b1c21c2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/lib/libfs/fnc.libfs_mount

    rbbddafb r4f5dc18  
    22        ?ipc_m_connection_clone ;
    33        ?ipc_m_data_write /* mount options */ {
    4                 alternative (fs; tmpfs; fat; devfs) {
     4                alternative (fs; tmpfs_nested; fat_nested; devfs_nested) {
    55                        !fs.ipc_m_connect_to_me ;
    6                         !fs.mounted ;
    7                         !fs.ipc_m_data_write /* forward */
     6                        !fs.mounted {
     7                                !fs.ipc_m_data_write /* forward */
     8                        }
    89                }
    910        }
Note: See TracChangeset for help on using the changeset viewer.