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