Changeset 6284978 in mainline for uspace/srv/fs/tmpfs/tmpfs_dump.c
- Timestamp:
- 2008-11-02T10:21:31Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c243b4
- Parents:
- 2953f9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_dump.c
r2953f9a r6284978 161 161 int rc; 162 162 163 rc = block_init(dev, TMPFS_BLOCK_SIZE , 0, 0);163 rc = block_init(dev, TMPFS_BLOCK_SIZE); 164 164 if (rc != EOK) 165 165 return false;
Note:
See TracChangeset
for help on using the changeset viewer.