Changes in uspace/srv/fs/fat/fat_ops.c [fc22069:ee3f6f6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
rfc22069 ree3f6f6 939 939 940 940 /* initialize libblock */ 941 rc = block_init( service_id, BS_SIZE);941 rc = block_init(EXCHANGE_SERIALIZE, service_id, BS_SIZE); 942 942 if (rc != EOK) { 943 943 free(instance);
Note:
See TracChangeset
for help on using the changeset viewer.