> +++ 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