On Sat, May 22, 2021 at 06:30:44PM +0800, Zhang Yi wrote: > After converting fs shrinkers to new scan/count API, we are no longer > pass zero nr_to_scan parameter to detect the number of objects to free, > just remove this check. > > Fixes: 1ab6c4997e04 ("fs: convert fs shrinkers to new scan/count API") > Cc: stable@xxxxxxxxxxxxxxx # 3.12+ > Signed-off-by: Zhang Yi <yi.zhang@xxxxxxxxxx> Thanks, applied. - Ted