2022-09-08 02:46:56

by Yi Jiangshan

[permalink] [raw]
Subject: Re:Re: [PATCH v3] fs/ext4: replace ternary operator with min()/max() and min_t()


At 2022-08-21 06:50:24, "kernel test robot" <[email protected]> wrote:
>Hi Jiangshan,
>
>Thank you for the patch! Perhaps something to improve:
>
>[auto build test WARNING on tytso-ext4/dev]
>[also build test WARNING on linus/master v6.0-rc1 next-20220819]
>[If your patch is applied to the wrong git tree, kindly drop us a note.
>And when submitting patch, we suggest to use '--base' as documented in
>https://git-scm.com/docs/git-format-patch#_base_tree_information]
>
>sparse warnings: (new ones prefixed by >>)
>>> fs/ext4/super.c:6907:26: sparse: sparse: incompatible types in comparison expression (different type sizes):
>>> fs/ext4/super.c:6907:26: sparse: unsigned long *
>>> fs/ext4/super.c:6907:26: sparse: unsigned int *
>

This bug has been fixed by the latest patch??
[PATCH v4] fs/ext4: replace ternary operator with min()/max() and min_t()
URL?? https://lore.kernel.org/all/[email protected]/

thanks??

Jiangshan Yi