uninline file_free_rcu()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 20 Jul 2012 19:05:59 +0000 (23:05 +0400)
committerAl 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

index b3fc4d67a26b31243474520bfbcddacce3733ded..b54bf7fd0b158bed8e32806da07a4cf0a491f69f 100644 (file)
@@ -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);