From 4432c26a1b8a73a9acd143a06e5603b6f2f41861 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 20 Jul 2012 23:05:59 +0400 Subject: [PATCH] --- yaml --- r: 320955 b: refs/heads/master c: 5c33b183a36500a5b0a3c53c11c431f0fec6efc8 h: refs/heads/master i: 320953: f3041546b584627a57adb5161cf438c606b94302 320951: f5acc415e98f3900628783e77ecbefecade15451 v: v3 --- [refs] | 2 +- trunk/fs/file_table.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 04122c3e55aa..5160641e1bd4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b1d90119a479ca3b70d871da4b2ce6c4ef9eff0 +refs/heads/master: 5c33b183a36500a5b0a3c53c11c431f0fec6efc8 diff --git a/trunk/fs/file_table.c b/trunk/fs/file_table.c index b3fc4d67a26b..b54bf7fd0b15 100644 --- a/trunk/fs/file_table.c +++ b/trunk/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);