Changeset 3149fc0 in mainline for uspace/srv/bd/file_bd/file_bd.c


Ignore:
Timestamp:
2010-02-10T19:39:10Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36e9cd1
Parents:
a60b2d7 (diff), 24a2517 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge fixes from the file system branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/file_bd/file_bd.c

    ra60b2d7 r3149fc0  
    249249        if (ba + cnt > num_blocks) {
    250250                printf(NAME ": Accessed blocks %" PRIuBN "-%" PRIuBN ", while "
    251                     "max block numeber is %" PRIuBN ".\n", ba, ba + cnt - 1,
     251                    "max block number is %" PRIuBN ".\n", ba, ba + cnt - 1,
    252252                    num_blocks - 1);
    253253                return ELIMIT;
Note: See TracChangeset for help on using the changeset viewer.