Changes in uspace/srv/fs/exfat/exfat_ops.c [fc22069:2463df9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_ops.c
rfc22069 r2463df9 1067 1067 1068 1068 /* initialize libblock */ 1069 rc = block_init( service_id, BS_SIZE);1069 rc = block_init(EXCHANGE_SERIALIZE, service_id, BS_SIZE); 1070 1070 if (rc != EOK) 1071 1071 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.