Changeset 6284978 in mainline for uspace/srv/fs/tmpfs/tmpfs_dump.c


Ignore:
Timestamp:
2008-11-02T10:21:31Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c243b4
Parents:
2953f9a
Message:

Separate the block_init() phase from reading of the boot block.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_dump.c

    r2953f9a r6284978  
    161161        int rc;
    162162
    163         rc = block_init(dev, TMPFS_BLOCK_SIZE, 0, 0);
     163        rc = block_init(dev, TMPFS_BLOCK_SIZE);
    164164        if (rc != EOK)
    165165                return false;
Note: See TracChangeset for help on using the changeset viewer.