Changes in uspace/srv/fs/tmpfs/tmpfs_dump.c [fc22069:f73b291] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_dump.c
rfc22069 rf73b291 169 169 int rc; 170 170 171 rc = block_init( dsid, TMPFS_COMM_SIZE);171 rc = block_init(EXCHANGE_SERIALIZE, dsid, TMPFS_COMM_SIZE); 172 172 if (rc != EOK) 173 173 return false;
Note:
See TracChangeset
for help on using the changeset viewer.