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

Commit 0ebeb79c authored by Jan Kara's avatar Jan Kara Committed by Jens Axboe
Browse files

smp: Remove unused list_head from csd



Now that we got rid of all the remaining code which fiddled with csd.list,
lets remove it.

Signed-off-by: default avatarJan 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: default avatarFrederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 5fd77595
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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;
	};
	smp_call_func_t func;
	void *info;
	u16 flags;