Re: [PATCH 25/25] xor: use static_call for xor_gen
Peter Zijlstra <[email protected]>
| Newsgroups | gmane.linux.uml.devel,gmane.linux.ports.alpha,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sparc,gmane.linux.kernel.cryptoapi,gmane.comp.file-systems.btrfs,gmane.linux.kernel.cross-arch,gmane.linux.raid |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Feb 26, 2026 at 07:10:37AM -0800, Christoph Hellwig wrote: > Avoid the indirect call for xor_generation by using a static_call. Nice!