Re: [PATCH 2/3] rust: miscdevice: Implemented `read` and `write`
From: Alice Ryhl
Date: Thu Sep 18 2025 - 11:16:02 EST
On Thu, Sep 18, 2025 at 4:45 PM ManeraKai <manerakai@xxxxxxxxxxxxxx> wrote:
>
> Added the general declaration in `FileOperations`. And implemented the
> safe wrapping for misc.
>
> Note: Renamed some raw pointer variables to `raw_<name>`. I'm not sure
> this way of naming is good or not. I would like your opinion.
>
> Signed-off-by: ManeraKai <manerakai@xxxxxxxxxxxxxx>
We already merged read_iter / write_iter functions for miscdevice this cycle.
Alice