Changes in uspace/lib/block/block.c [0db0df2:7ae01d5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/block.c
r0db0df2 r7ae01d5 254 254 } 255 255 256 static bool cache_key_equal(const void *key, size_t hash,const ht_link_t *item)256 static bool cache_key_equal(const void *key, const ht_link_t *item) 257 257 { 258 258 const aoff64_t *lba = key;
Note:
See TracChangeset
for help on using the changeset viewer.