Loading fs/ubifs/key.h +3 −3 Original line number Diff line number Diff line Loading @@ -381,7 +381,7 @@ static inline ino_t key_inum_flash(const struct ubifs_info *c, const void *k) * @c: UBIFS file-system description object * @key: the key to get hash from */ static inline int key_hash(const struct ubifs_info *c, static inline uint32_t key_hash(const struct ubifs_info *c, const union ubifs_key *key) { return key->u32[1] & UBIFS_S_KEY_HASH_MASK; Loading @@ -392,7 +392,7 @@ static inline int key_hash(const struct ubifs_info *c, * @c: UBIFS file-system description object * @k: the key to get hash from */ static inline int key_hash_flash(const struct ubifs_info *c, const void *k) static inline uint32_t key_hash_flash(const struct ubifs_info *c, const void *k) { const union ubifs_key *key = k; Loading Loading
fs/ubifs/key.h +3 −3 Original line number Diff line number Diff line Loading @@ -381,7 +381,7 @@ static inline ino_t key_inum_flash(const struct ubifs_info *c, const void *k) * @c: UBIFS file-system description object * @key: the key to get hash from */ static inline int key_hash(const struct ubifs_info *c, static inline uint32_t key_hash(const struct ubifs_info *c, const union ubifs_key *key) { return key->u32[1] & UBIFS_S_KEY_HASH_MASK; Loading @@ -392,7 +392,7 @@ static inline int key_hash(const struct ubifs_info *c, * @c: UBIFS file-system description object * @k: the key to get hash from */ static inline int key_hash_flash(const struct ubifs_info *c, const void *k) static inline uint32_t key_hash_flash(const struct ubifs_info *c, const void *k) { const union ubifs_key *key = k; Loading