Changeset 8565a42 in mainline for contrib/arch/uspace/srv/fs/tmpfs/tmpfs.bp
- Timestamp:
- 2018-03-02T20:34:50Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1a81f69, d5e5fd1
- Parents:
- 3061bc1 (diff), 34e1206 (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. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
- git-committer:
- GitHub <noreply@…> (2018-03-02 20:34:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/fs/tmpfs/tmpfs.bp
r3061bc1 r8565a42 8 8 } 9 9 } + 10 10 11 11 ?mount { 12 12 [/uspace/lib/libfs/fnc.libfs_mount] 13 13 } + 14 14 15 15 ?lookup { 16 16 [/uspace/lib/libfs/fnc.libfs_lookup] 17 17 } + 18 18 19 19 ?open_node { 20 20 [/uspace/lib/libfs/fnc.libfs_open_node] 21 21 } + 22 22 23 23 ?read { 24 24 tentative { … … 26 26 } 27 27 } + 28 28 29 29 ?write { 30 30 tentative { … … 32 32 } 33 33 } + 34 34 35 35 ?stat { 36 36 [/uspace/lib/libfs/fnc.libfs_stat] 37 37 } + 38 38 39 39 ?truncate + 40 40 ?close +
Note:
See TracChangeset
for help on using the changeset viewer.