Changeset 810860a in mainline for contrib/arch/uspace/srv/fs/tmpfs
- Timestamp:
- 2009-09-17T17:03:49Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3037384
- Parents:
- 41eca31
- Location:
- contrib/arch/uspace/srv/fs/tmpfs
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/fs/tmpfs/tmpfs.bp
r41eca31 r810860a 3 3 ( 4 4 ?mounted { 5 ?ipc_m_data_write /* mount options */ 5 ?ipc_m_data_write /* mount options */ ; 6 tentative { 7 [fnc.tmpfs_restore] 8 } 6 9 } + 7 10 -
contrib/arch/uspace/srv/fs/tmpfs/tmpfs_server.bp
r41eca31 r810860a 1 !ns.ipc_m_connect_me_to /* vfs */ ; 2 [/uspace/lib/libfs/fnc.fs_register] 1 ( 2 !ns.ipc_m_connect_me_to /* vfs */ ; 3 [/uspace/lib/libfs/fnc.fs_register] 4 )
Note:
See TracChangeset
for help on using the changeset viewer.