[lustre-devel] [PATCH] staging: lustre: add error handling for try_module_get
Greg Kroah-Hartman
gregkh at linuxfoundation.org
Mon Jun 11 23:31:11 PDT 2018
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 at gmail.com>
> ---
> 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
More information about the lustre-devel
mailing list