Re: [PATCH 2/3] rust: miscdevice: Implemented `read` and `write`
From: gregkh@xxxxxxxxxxxxxxxxxxx
Date: Thu Sep 18 2025 - 10:59:04 EST
On Thu, Sep 18, 2025 at 02:45:36PM +0000, ManeraKai wrote:
> Added the general declaration in `FileOperations`. And implemented the
> safe wrapping for misc.
While read/write is "traditional", perhaps instead you should just
export read_iter and write_iter as that is the proper way forward for
drivers to be using.
thanks,
greg k-h