Changes in uspace/lib/ext2/libext2_filesystem.c [79ae36dd:d7c3367] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext2/libext2_filesystem.c
r79ae36dd rd7c3367 62 62 fs->device = devmap_handle; 63 63 64 rc = block_init( EXCHANGE_SERIALIZE,fs->device, 2048);64 rc = block_init(fs->device, 2048); 65 65 if (rc != EOK) { 66 66 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.