Files
mirror_zfs/module/os/linux/zfs
chrisrd 1259dc6e6a zfs_prune: reset sc.nr_to_scan
sc.nr_to_scan is an input to super_cache_clean (via
shrinker->scan_objects), used to set the number of objects to scan
in the various caches. However super_cache_scan also modifies
sc.nr_to_scan, so when used in a loop we need to reset
sc.nr_to_scan back to our desired nr_to_scan for the next
iteration.

Issue discovered and solution suggested by
Tenzin Lhakhang @tlhakhan.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Issue #12433
Closes #12908
2022-02-03 15:28:01 -08:00
..
2021-03-19 21:00:59 -07:00
2019-09-12 13:33:44 -07:00
2019-09-12 13:33:44 -07:00
2020-11-13 13:51:51 -08:00
2021-11-02 09:50:30 -07:00
2021-06-24 13:12:36 -07:00
2020-04-10 10:33:35 -07:00
2022-02-03 15:28:01 -08:00
2021-11-02 09:50:30 -07:00
2021-06-24 13:13:40 -07:00
2021-09-14 14:31:50 -07:00
2021-09-14 15:42:59 -07:00
2022-02-03 15:28:01 -08:00