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 <jiazhouyan...@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