Re: [PATCH 11/12] ipc: simplify ipc initialization

2018-07-09 Thread Davidlohr Bueso
On Mon, 09 Jul 2018, Andrew Morton wrote: On Mon, 9 Jul 2018 17:10:18 +0200 Manfred Spraul wrote: From: Davidlohr Bueso ... Signed-off-by: Davidlohr Bueso Should these be From: dbu...@suse.de? Not really, I've been doing this for years now -- makes backports easier. Thanks, Davidlo

Re: [PATCH 11/12] ipc: simplify ipc initialization

2018-07-09 Thread Andrew Morton
On Mon, 9 Jul 2018 17:10:18 +0200 Manfred Spraul wrote: > From: Davidlohr Bueso > > ... > > Signed-off-by: Davidlohr Bueso Should these be From: dbu...@suse.de?

[PATCH 11/12] ipc: simplify ipc initialization

2018-07-09 Thread Manfred Spraul
From: Davidlohr Bueso Now that we know that rhashtable_init() will not fail, we can get rid of a lot of the unnecessary cleanup paths when the call errored out. Signed-off-by: Davidlohr Bueso (variable name added to util.h to resolve checkpatch warning) Signed-off-by: Manfred Spraul --- ipc/