mbox series

[0/2,V3] avoid softlockups in various s_inodes iterators

Message ID 22a70790-7b17-92c6-e9a7-e937ef996c15@sandeen.net (mailing list archive)
Headers show
Series avoid softlockups in various s_inodes iterators | expand

Message

Eric Sandeen Dec. 6, 2019, 4:53 p.m. UTC
2 patches to make sure we either schedule in an s_inodes walking
loop, or do our best to limit the size of the walk, to avoid soft
lockups when many inodes are on the list.

V3 is just ... resending.

Thanks,
-Eric