]> Git Repo - J-linux.git/blob - rust/helpers/fs.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / rust / helpers / fs.c
1 // SPDX-License-Identifier: GPL-2.0
2
3 /*
4  * Copyright (C) 2024 Google LLC.
5  */
6
7 #include <linux/fs.h>
8
9 struct file *rust_helper_get_file(struct file *f)
10 {
11         return get_file(f);
12 }
This page took 0.027259 seconds and 4 git commands to generate.