lkml.org 
[lkml]   [2022]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] RDMA/cm: fix cond_no_effect.cocci warnings
On Tue, Aug 02, 2022 at 10:15:24AM +0800, Mark Zhang wrote:
>
> > Yes, this is a standard pattern for walking tree with priority, we
> > should not obfuscate it.
> >
> > The final else means 'equal' and the first if should ideally be placed
> > there
> >
> > However this function is complicated by the use of the service_mask
> > for equality checking, and it doesn't even work right if the
> > service_mask is not -1.
> >
> > If someone wants to clean this then please go through and eliminate
> > service_mask completely. From what I can see its value is always -1.
> > Three patches:
> > - Remove the service_mask parameter from ib_cm_listen(), all callers
> > use 0
> > - Remove the service_mask parameter from cm_init_listen(), all
> > callers use 0. Inspect and remove cm_id_priv->id.service_mask,
> > it is the constant value ~cpu_to_be64(0) which is a NOP when &'d
> > - Move the test at the top of cm_find_listen() into the final else
> >
>
> I'll do it. For the 3rd one, do you mean a patch like (similar change in
> cm_insert_listen):

Yes

Jason

\
 
 \ /
  Last update: 2022-08-02 15:54    [W:0.040 / U:0.360 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site