[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170821171355.6cc4d6a7@xeon-e3>
Date: Mon, 21 Aug 2017 17:13:55 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Phil Sutter <phil@....cc>
Cc: netdev@...r.kernel.org
Subject: Re: [iproute PATCH v2 0/7] Covscan: Dead code elimination
On Thu, 17 Aug 2017 19:09:24 +0200
Phil Sutter <phil@....cc> wrote:
> This series collects patches from v1 which deal with dead code, either
> by removing it or changing context so it is accessed again if that makes
> sense.
>
> No changes to the actual patches, just splitting into smaller series.
>
> Phil Sutter (7):
> devlink: No need for this self-assignment
> ipntable: No need to check and assign to parms_rta
> iproute: Fix for missing 'Oifs:' display
> lib/rt_names: Drop dead code in rtnl_rttable_n2a()
> ss: Skip useless check in parse_hostcond()
> ss: Drop useless assignment
> tc/m_gact: Drop dead code
>
> devlink/devlink.c | 2 +-
> ip/ipntable.c | 2 --
> ip/iproute.c | 8 +++++---
> lib/rt_names.c | 4 ----
> misc/ss.c | 3 +--
> tc/m_gact.c | 14 +++-----------
> 6 files changed, 10 insertions(+), 23 deletions(-)
>
Sure these look fine. Applied.
Powered by blists - more mailing lists