rust: miscdevice: access file in fops
authorAlice Ryhl <aliceryhl@google.com>
Tue, 10 Dec 2024 09:39:00 +0000 (09:39 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Dec 2024 15:12:21 +0000 (16:12 +0100)
commit0d8a7c7bf47aa1002e0df792cb1d0652bc824cba
treef1e54593dbf3c752791605c4923f15dcf0dbc22f
parent78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8
rust: miscdevice: access file in fops

This allows fops to access information about the underlying struct file
for the miscdevice. For example, the Binder driver needs to inspect the
O_NONBLOCK flag inside the fops->ioctl() hook.

Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Lee Jones <lee@kernel.org>
Tested-by: Lee Jones <lee@kernel.org>
Reviewed-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20241210-miscdevice-file-param-v3-1-b2a79b666dc5@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
rust/kernel/miscdevice.rs