repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
rust
/
helpers
/
fs.c
blob
a75c9676337246ce532ef694e64ba9a7d7ad5842
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
}