aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/helpers.c
diff options
context:
space:
mode:
authorLinus Torvalds <[email protected]>2025-07-28 21:44:43 +0000
committerLinus Torvalds <[email protected]>2025-07-28 21:44:43 +0000
commitadd07519ea6b6c2ba2b7842225eb87e0f08f2b0f (patch)
treeda8041679243a1bc7f9420ef1ab48b000f7d035f /rust/helpers/helpers.c
parentMerge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff)
parentvfs: add Rust files to MAINTAINERS (diff)
downloadkernel-add07519ea6b6c2ba2b7842225eb87e0f08f2b0f.tar.gz
kernel-add07519ea6b6c2ba2b7842225eb87e0f08f2b0f.zip
Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Pull vfs rust updates from Christian Brauner: - Allow poll_table pointers to be NULL - Add Rust files to vfs MAINTAINERS entry * tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs: vfs: add Rust files to MAINTAINERS poll: rust: allow poll_table ptrs to be null
Diffstat (limited to 'rust/helpers/helpers.c')
-rw-r--r--rust/helpers/helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/helpers/helpers.c b/rust/helpers/helpers.c
index b15b3cddad4e..d2887e3b2826 100644
--- a/rust/helpers/helpers.c
+++ b/rust/helpers/helpers.c
@@ -32,6 +32,7 @@
#include "platform.c"
#include "pci.c"
#include "pid_namespace.c"
+#include "poll.c"
#include "rbtree.c"
#include "rcu.c"
#include "refcount.c"