Re: [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
Byungchul Park <[email protected]> Mon, 13 Jul 2026 12:36:23 +0900
| Newsgroups | gmane.linux.drivers.i2c,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.documentation,gmane.linux.ports.arm.kernel,gmane.linux.drivers.video-input-infrastructure,gmane.linux.kernel.cross-arch,gmane.linux.kernel.modules,gmane.linux.nfs,gmane.linux.kernel.rust |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 11, 2026 at 02:13:05PM +0200, Miguel Ojeda wrote: > 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? Not necessary. I will make them into one patch. Thanks. Byungchul > > Cheers, > Miguel