1. 04 10月, 2013 37 次提交
  2. 03 10月, 2013 2 次提交
  3. 01 10月, 2013 1 次提交
    • G
      staging: lustre: fix bug with LL_MRF_RETURN in loop_make_request · de40d120
      Greg Kroah-Hartman 提交于
      Turns out that LL_MRF_RETURN is "void" so loop_make_request() would fall
      through to the error path for a successful call.  Either this never
      matters, or the error path really doesn't do anything.
      
      Fix it up to do what the code is written to look like it is doing, if
      that really is what it should be doing is another story...
      
      Cc: Peng Tao <tao.peng@emc.com>
      Cc: Zhao Hongjiang <zhaohongjiang@huawei.com>
      Cc: Andreas Dilger <andreas.dilger@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      de40d120