Changeset 246a5af in mainline for uspace/lib/ext4/libext4_hash.c


Ignore:
Timestamp:
2011-10-19T18:54:41Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36d2c6f
Parents:
8158db7
Message:

htree leaf block searching complete - directory entry find process remaining

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_hash.c

    r8158db7 r246a5af  
    3939#include <mem.h>
    4040
    41 #include "libext4_directory.h"
    42 #include "libext4_hash.h"
     41#include "libext4.h"
    4342
    4443#define TEA_DELTA 0x9E3779B9
     
    227226}
    228227
    229 int ext4_hash_string(ext4_hash_info_t *hinfo, size_t len, const char *name)
     228int ext4_hash_string(ext4_hash_info_t *hinfo, int len, const char *name)
    230229{
    231230        uint32_t hash = 0;
     
    253252                }
    254253    }
    255 
    256254
    257255        switch (hinfo->hash_version) {
Note: See TracChangeset for help on using the changeset viewer.