Re: [PATCH v5 2/2] erofs: boost negative xattr lookup with bloom filter

From: Gao Xiang
Date: Sat Jul 22 2023 - 03:47:44 EST


On Sat, Jul 22, 2023 at 03:33:11PM +0800, Jingbo Xu wrote:

...

> >> + uint32_t hashbit;
> >
> > Why using `uint32_t` here rather than `unsigned int`? We don't use
> > `uint32_t` in the kernel codebase.
> >
>
> xxh32() returns uint32_t.

we never use (u)intxx_t in the native kernel code.

Thanks,
Gao Xiang