[PATCH] CIFS: SMBD: fix configurations with INFINIBAND=m

Long Li longli at microsoft.com
Tue Dec 19 21:21:34 UTC 2017


>  	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.



More information about the samba-technical mailing list