On Thu, 06 Jun 2024 13:43:16 +0800, carrion bent wrote: > the macro parameter 'entry' of EXT4_DIRENT_HASH and > EXT4_DIRENT_MINOR_HASH was not used, but rather the > variable 'de' was directly used, which may be a local > variable inside a function that calls the macros. > Fortunately, all callers have passed in 'de' so far, > so this bug didn't have an effect. > > [...] Applied, thanks! [1/1] ext4: fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASH commit: f67fbacd923f280c55b9e26e49650331446ef335 Best regards, -- Theodore Ts'o <tytso@xxxxxxx>