1. 29 7月, 2005 2 次提交
    • R
      [PATCH] [IB/cm]: Correct CM port redirect reject codes · 4e38d36d
      Roland Dreier 提交于
      Reject code 24 is port and CM redirection, not just port redirection.
      Port redirection alone is code 25.
      
      Therefore we should rename code 24 to IB_CM_REJ_PORT_CM_REDIRECT and
      use IB_CM_REJ_PORT_REDIRECT for code 25.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      4e38d36d
    • L
      Revert broken "statement with no effect" warning fix · 2ac6608c
      Linus Torvalds 提交于
      It may shut up gcc, but it also incorrectly changes the semantics of the
      smp_call_function() helpers.
      
      You can fix the warning other ways if you are interested (create another
      inline function that takes no arguments and returns zero), but
      preferably gcc just shouldn't complain about unused return values from
      statement expressions in the first place.
      2ac6608c
  2. 28 7月, 2005 38 次提交