Changeset 6132b59 in mainline for uspace/lib/libblock/libblock.c


Ignore:
Timestamp:
2008-11-02T17:54:25Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d5a720cf
Parents:
9df7918
Message:

Do not use/pass the superfluous block size argument to block_get().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libblock/libblock.c

    r9df7918 r6132b59  
    359359 * @return                      Block structure.
    360360 */
    361 block_t *block_get(dev_handle_t dev_handle, off_t boff, size_t bs)
     361block_t *block_get(dev_handle_t dev_handle, off_t boff)
    362362{
    363363        devcon_t *devcon;
Note: See TracChangeset for help on using the changeset viewer.