Changeset 1564c4b in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2011-06-08T19:39:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2af29ed
- Parents:
- e686889c (diff), 0eff68e (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
re686889c r1564c4b 55 55 #include <sys/mman.h> 56 56 #include <align.h> 57 #include <malloc.h> 57 58 58 59 #define FAT_NODE(node) ((node) ? (fat_node_t *) (node)->data : NULL) … … 969 970 970 971 /* initialize libblock */ 971 rc = block_init( devmap_handle, BS_SIZE);972 rc = block_init(EXCHANGE_SERIALIZE, devmap_handle, BS_SIZE); 972 973 if (rc != EOK) { 973 974 async_answer_0(rid, rc);
Note:
See TracChangeset
for help on using the changeset viewer.