Ignore:
File:
1 edited

Legend:

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

    r0db0df2 r7ae01d5  
    254254}
    255255
    256 static bool cache_key_equal(const void *key, size_t hash, const ht_link_t *item)
     256static bool cache_key_equal(const void *key, const ht_link_t *item)
    257257{
    258258        const aoff64_t *lba = key;
Note: See TracChangeset for help on using the changeset viewer.