Re: [PATCH 0/7] File abstractions needed by Rust Binder

From: Miguel Ojeda
Date: Wed Nov 29 2023 - 11:48:45 EST


On Wed, Nov 29, 2023 at 5:31 PM Christian Brauner <brauner@xxxxxxxxxx> wrote:
>
> That's pretty far away from the subsystem these wrappers belong to. I
> would prefer if wrappers such as this would live directly in fs/rust/
> and so live within the subsystem they belong to. I think I mentioned
> that before. Maybe I missed some sort of agreement here?

The plan is that the code will be moved to the right places when the
new build system is in place (WIP). Currently the "abstractions" go
inside the `kernel` crate.

Cheers,
Miguel