projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b1d901
)
uninline file_free_rcu()
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 20 Jul 2012 19:05:59 +0000
(23:05 +0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 29 Jul 2012 17:24:17 +0000
(21:24 +0400)
What inline? Its only use is passing its address to call_rcu(), for fuck sake!
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/file_table.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/file_table.c
b/fs/file_table.c
index b3fc4d67a26b31243474520bfbcddacce3733ded..b54bf7fd0b158bed8e32806da07a4cf0a491f69f 100644
(file)
--- a/
fs/file_table.c
+++ b/
fs/file_table.c
@@
-43,7
+43,7
@@
static struct kmem_cache *filp_cachep __read_mostly;
static struct percpu_counter nr_files __cacheline_aligned_in_smp;
-static
inline
void file_free_rcu(struct rcu_head *head)
+static void file_free_rcu(struct rcu_head *head)
{
struct file *f = container_of(head, struct file, f_u.fu_rcuhead);