On Mon, Aug 18, 2025 at 10:58:37PM +0900, Ryosuke Yasuoka wrote:
> This patch series introduces support for the llseek file operation to
> the Rust miscdevice abstraction.
>
> The first patch, rust: miscdevice: add llseek support, extends the
> MiscDevice trait with a new llseek method.
>
> The second patch, rust: samples: miscdevice: add lseek samples, add a
> simple example of how to use the new llseek feature. As currently the
> MiscDevice trait does not support any read/write file operation yet, the
> sample is fundamental one.
As read/write isn't there yet, why is llseek needed just yet?
thanks,
greg k-h