Loading fs/file_table.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading Loading
fs/file_table.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading