Re: [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
Miguel Ojeda <[email protected]> Sat, 11 Jul 2026 14:13:05 +0200
| Newsgroups | gmane.linux.documentation,gmane.linux.kernel,gmane.linux.ide,gmane.comp.file-systems.ext4,gmane.linux.kernel.mm,gmane.linux.block,gmane.linux.file-systems,gmane.comp.video.dri.devel,gmane.linux.network,gmane.linux.ports.arm.kernel,gmane.linux.drivers.video-input-infrastructure,gmane.linux.drivers.i2c,gmane.linux.kernel.cross-arch,gmane.linux.kernel.modules,gmane.linux.nfs,gmane.linux.kernel.rust |
|---|---|
| Message-ID | <CANiq72kEo=bGcHNaSA9JZhv4iuE+YDvu0kN+Z7aopVp3=2C+Wg@mail.gmail.com> |
On Mon, Jul 6, 2026 at 8:22 AM Byungchul Park <[email protected]> wrote: > > This is needed to inline these helpers into Rust code, which is required > for DEPT to play with wait_for_completion(). > > Signed-off-by: Byungchul Park <[email protected]> Apart from what Gary said -- why did you need to do this in a separate patch in the same series? Cheers, Miguel