Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320955
b: refs/heads/master
c: 5c33b18
h: refs/heads/master
i:
  320953: f304154
  320951: f5acc41
v: v3
  • Loading branch information
Al Viro committed Jul 29, 2012
1 parent 4f8b372 commit 4432c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0b1d90119a479ca3b70d871da4b2ce6c4ef9eff0
refs/heads/master: 5c33b183a36500a5b0a3c53c11c431f0fec6efc8
2 changes: 1 addition & 1 deletion trunk/fs/file_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4432c26

Please sign in to comment.