Re: module: fix module_refcount() return when running in a module exit routine

2015-01-19 Thread Masami Hiramatsu
(2015/01/20 9:45), Rusty Russell wrote: > James Bottomley writes: >> On Mon, 2015-01-19 at 16:21 +1030, Rusty Russell wrote: >>> Masami Hiramatsu writes: >>>> (2015/01/19 1:55), James Bottomley wrote: >>>>> From: James Bottomley >>>>>

Re: module: fix module_refcount() return when running in a module exit routine

2015-01-18 Thread Masami Hiramatsu
de an exit > routine. > > Fixes: e513cc1c07e2ab93a4514eec9833e031df3e30bb > Reported-by: Bart Van Assche > Signed-off-by: James Bottomley > Yes, this should be fixed as you said, since it must return "unsigned long" value. Reviewed-by: Masami Hiramatsu Just one comment below; > diff --g