From: Carlos Maiolino <cem@xxxxxxxxxx> Comment the code out so kernel test robot stop complaining about it every single test build. Signed-off-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> Signed-off-by: Carlos Maiolino <cem@xxxxxxxxxx> --- fs/xfs/scrub/fscounters.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/xfs/scrub/fscounters.c b/fs/xfs/scrub/fscounters.c index e382a35e98d88..b1148bea7fabc 100644 --- a/fs/xfs/scrub/fscounters.c +++ b/fs/xfs/scrub/fscounters.c @@ -452,6 +452,7 @@ xchk_fscounters( */ return 0; +#if 0 /* * If ifree exceeds icount by more than the minimum variance then * something's probably wrong with the counters. @@ -489,4 +490,5 @@ xchk_fscounters( xchk_set_corrupt(sc); return 0; +#endif } -- 2.30.2