Changeset 79ae36dd in mainline for uspace/srv/fs/tmpfs/tmpfs_dump.c
- Timestamp:
- 2011-06-08T19:01:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0eff68e
- Parents:
- 764d71e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_dump.c
r764d71e r79ae36dd 167 167 int rc; 168 168 169 rc = block_init( dev, TMPFS_COMM_SIZE);169 rc = block_init(EXCHANGE_SERIALIZE, dev, TMPFS_COMM_SIZE); 170 170 if (rc != EOK) 171 171 return false;
Note:
See TracChangeset
for help on using the changeset viewer.