Skip to content

Commit

Permalink
smp: Remove unused list_head from csd
Browse files Browse the repository at this point in the history
Now that we got rid of all the remaining code which fiddled with csd.list,
lets remove it.

Signed-off-by: Jan Kara <jack@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jens Axboe <axboe@fb.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
  • Loading branch information
Jan Kara authored and Jens Axboe committed Feb 24, 2014
1 parent 5fd7759 commit 0ebeb79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/linux/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ extern void cpu_idle(void);

typedef void (*smp_call_func_t)(void *info);
struct call_single_data {
union {
struct list_head list;
struct llist_node llist;
};
struct llist_node llist;
smp_call_func_t func;
void *info;
u16 flags;
Expand Down

0 comments on commit 0ebeb79

Please sign in to comment.