Skip to content

Commit fa6cbf1

Browse files
Darksonnojeda
authored andcommitted
rust: maple_tree: add __rust_helper to helpers
This is needed to inline these helpers into Rust code. Reviewed-by: Boqun Feng <boqun.feng@gmail.com> Acked-by: Andrew Ballance <andrewjballance@gmail.com> Reviewed-by: Gary Guo <gary@garyguo.net> Signed-off-by: Alice Ryhl <aliceryhl@google.com> Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com> Link: https://patch.msgid.link/20260105-define-rust-helper-v2-10-51da5f454a67@google.com Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 227d195 commit fa6cbf1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rust/helpers/maple_tree.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
#include <linux/maple_tree.h>
44

5-
void rust_helper_mt_init_flags(struct maple_tree *mt, unsigned int flags)
5+
__rust_helper void rust_helper_mt_init_flags(struct maple_tree *mt,
6+
unsigned int flags)
67
{
78
mt_init_flags(mt, flags);
89
}

0 commit comments

Comments
 (0)