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

Gao Xiang xiang at kernel.org
Sat Jul 22 17:46:56 AEST 2023


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


More information about the Linux-erofs mailing list