Re: [PATCH -next] 9p: fix RDMA dependency

From: Roland Dreier
Date: Fri Jan 02 2009 - 14:59:29 EST


> config NET_9P_RDMA
> - depends on INET && INFINIBAND && EXPERIMENTAL
> + depends on INET && INFINIBAND_ADDR_TRANS && EXPERIMENTAL
> tristate "9P RDMA Transport (Experimental)"

This actually allows the broken config INFINIBAND=m and NET_9P_RDMA=y.
I think the answer is to add INFINIBAND_ADDR_TRANS but leave INFINIBAND
too. The SUNRPC_XPRT_RDMA patch would have the same problem, but since
SUNRPC_XPRT_RDMA is a hidden option (with help text ?!) that gets set
automatically, there's no way to create the problem config.

- R.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/