Re: [PATCH RESEND v3 2/3] lib/raid6: Optimizing the raid6_select_algo time through asynchronous processing
Christoph Hellwig <[email protected]>
| Newsgroups | gmane.linux.raid,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 25, 2026 at 02:25:16AM +0000, [email protected] wrote: > > which could affect different test algorithms differently, so this is not > > a good idea. > > > Yes,but this code can be compiled as a module,Could the same problem exist when loading the module? It could. But at least it is under user control, while offloading during normal boot almost guarantees a spiky load because that is how the boot process works.