Changes in uspace/srv/fs/tmpfs/tmpfs_dump.c [79ae36dd:991f645] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_dump.c
r79ae36dd r991f645 167 167 int rc; 168 168 169 rc = block_init( EXCHANGE_SERIALIZE,dev, TMPFS_COMM_SIZE);169 rc = block_init(dev, TMPFS_COMM_SIZE); 170 170 if (rc != EOK) 171 171 return false;
Note:
See TracChangeset
for help on using the changeset viewer.