[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID:
<AS8PR02MB1021708E77D868F8AE5EFD8859C9EA@AS8PR02MB10217.eurprd02.prod.outlook.com>
Date: Thu, 28 Dec 2023 11:35:29 +0000
From: David Binderman <dcb314@...mail.com>
To: "sfrench@...ba.org" <sfrench@...ba.org>, "pc@...guebit.com"
<pc@...guebit.com>, "lsahlber@...hat.com" <lsahlber@...hat.com>,
"sprasad@...rosoft.com" <sprasad@...rosoft.com>, "tom@...pey.com"
<tom@...pey.com>, "linux-cifs@...r.kernel.org" <linux-cifs@...r.kernel.org>,
"samba-technical@...ts.samba.org" <samba-technical@...ts.samba.org>, Linux
Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject:
fs/smb/client/sess.c:462:20: warning: duplicated ‘if’ condition
Hello there,
Recent development versions of gcc compiler produce the above warning
in linux-6.7-rc7.
Source code is
if (old_iface) {
....
} else if (old_iface) {
Regards
David Binderman
Powered by blists - more mailing lists