Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c33b183 authored by Al Viro's avatar Al Viro
Browse files

uninline file_free_rcu()



What inline?  Its only use is passing its address to call_rcu(), for fuck sake!

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 0b1d9011
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -43,7 +43,7 @@ static struct kmem_cache *filp_cachep __read_mostly;


static struct percpu_counter nr_files __cacheline_aligned_in_smp;
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);
	struct file *f = container_of(head, struct file, f_u.fu_rcuhead);