[bug report] forever loop in ksocknal_push()

2014-04-27 Thread Dan Carpenter
Hello Peng Tao, The patch d7e09d0397e8: "staging: add Lustre file system client support" from May 2, 2013, leads to the following static checker warning: drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c:1904 ksocknal_push() info: ignoring unreachable code. drivers/staging/lust

Re: [bug report] forever loop in ksocknal_push()

2014-04-27 Thread Drokin, Oleg
Thanks! Liang, any comments about this? On Apr 27, 2014, at 2:26 PM, Dan Carpenter wrote: > Hello Peng Tao, > > The patch d7e09d0397e8: "staging: add Lustre file system client > support" from May 2, 2013, leads to the following static checker > warning: > > drivers/staging/lustre/lnet/kl

Re: [bug report] forever loop in ksocknal_push()

2014-04-28 Thread Zhen, Liang
Yes, it is indeed a deadloop, I think we didn¹t catch it because it¹s only called by an utility command which is probably never tried by anyone. I have posted a patch for it: http://review.whamcloud.com/10128 Thanks Liang On 4/28/14, 2:38 AM, "Drokin, Oleg" wrote: >Thanks! > >Liang, any comme