Re: [PATCH v3 01/10] rust: fs: add new type file::Offset
From: Danilo Krummrich
Date: Tue Oct 28 2025 - 07:04:38 EST
On Wed Oct 22, 2025 at 4:30 PM CEST, Danilo Krummrich wrote:
> Add a new type for file offsets, i.e. bindings::loff_t. Trying to avoid
> using raw bindings types, this seems to be the better alternative
> compared to just using i64.
>
> Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx>
> Cc: Christian Brauner <brauner@xxxxxxxxxx>
> Cc: Jan Kara <jack@xxxxxxx>
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>
Christian, Al: If you agree with the patch, can you please provide an ACK, so I
can take it through the driver-core tree?
Thanks,
Danilo