commit | cabb7f89b24ed40c4640dac3bca044452ab0b386 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Tue Sep 07 14:06:37 2021 +0200 |
committer | Juergen Gross <jgross@suse.com> | Wed Sep 15 08:42:04 2021 +0200 |
tree | 5ddf6b4d58f64e7196734a2ef9b38a75f226c95b | |
parent | 79ca5f778aafbd69727d577b58d913c9ce8400be [diff] |
swiotlb-xen: limit init retries Due to the use of max(1024, ...) there's no point retrying (and issuing bogus log messages) when the number of slabs is already no larger than this minimum value. Signed-off-by: Jan Beulich <jbeulich@suse.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/984fa426-2b7b-4b77-5ce8-766619575b7f@suse.com Signed-off-by: Juergen Gross <jgross@suse.com>