Re: [PATCH] staging: lustre: add error handling for try_module_get

From: Greg Kroah-Hartman
Date: Tue Jun 12 2018 - 02:31:40 EST


On Tue, Jun 12, 2018 at 12:49:26PM +0800, Zhouyang Jia wrote:
> When try_module_get fails, the lack of error-handling code may
> cause unexpected results.
>
> This patch adds error-handling code after calling try_module_get.
>
> Signed-off-by: Zhouyang Jia <jiazhouyang09@xxxxxxxxx>
> ---
> drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c | 5 ++++-

This patch does not apply to Linus's tree. Always be sure to work
against linux-next to catch things like this.

thanks,

greg k-h