]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/file_table.c
uninline file_free_rcu()
[karo-tx-linux.git] / 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);