[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240118223715.3995-1-kernel@valentinobst.de>
Date: Thu, 18 Jan 2024 23:37:15 +0100
From: Valentin Obst <kernel@...entinobst.de>
To: aliceryhl@...gle.com
Cc: a.hindborg@...sung.com,
alex.gaynor@...il.com,
arve@...roid.com,
benno.lossin@...ton.me,
bjorn3_gh@...tonmail.com,
boqun.feng@...il.com,
brauner@...nel.org,
cmllamas@...gle.com,
dan.j.williams@...el.com,
dxu@...uu.xyz,
gary@...yguo.net,
gregkh@...uxfoundation.org,
joel@...lfernandes.org,
keescook@...omium.org,
linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org,
maco@...roid.com,
ojeda@...nel.org,
peterz@...radead.org,
rust-for-linux@...r.kernel.org,
surenb@...gle.com,
tglx@...utronix.de,
tkjos@...roid.com,
viro@...iv.linux.org.uk,
wedsonaf@...il.com,
willy@...radead.org,
Valentin Obst <kernel@...entinobst.de>
Subject: Re: [PATCH v3 1/9] rust: file: add Rust abstraction for `struct file`
> +++ b/rust/kernel/file.rs
> @@ -0,0 +1,251 @@
> +// SPDX-License-Identifier: GPL-2.0
> +
> +//! Files and file descriptors.
> +//!
> +//! C headers: [`include/linux/fs.h`](../../../../include/linux/fs.h) and
> +//! [`include/linux/file.h`](../../../../include/linux/file.h)
> +
These could be converted to use Commit bc2e7d5c298a ("rust: support
`srctree`-relative links"). Same applies to links in
`rust/kernel/cred.rs`, and `rust/kernel/security.rs`.
- Valentin
Powered by blists - more mailing lists