[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <MWHPR21MB08468B3FE04EAF4B41A92B75CE0F0@MWHPR21MB0846.namprd21.prod.outlook.com>
Date: Tue, 19 Dec 2017 21:21:34 +0000
From: Long Li <longli@...rosoft.com>
To: Arnd Bergmann <arnd@...db.de>, Steve French <sfrench@...ba.org>
CC: Pavel Shilovskiy <pshilov@...rosoft.com>,
Jean Delvare <jdelvare@...e.de>,
"linux-cifs@...r.kernel.org" <linux-cifs@...r.kernel.org>,
"samba-technical@...ts.samba.org" <samba-technical@...ts.samba.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] CIFS: SMBD: fix configurations with INFINIBAND=m
> depends on CIFS && INFINIBAND
> + depends on CIFS=m || INFINIBAND=y
How about we change them to
depends on CIFS=m && INFINIBAND || CIFS=y && INFINIBAND=y
This makes it easy to read.
Powered by blists - more mailing lists