Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs:
9p: restrict RDMA usage

+6 -4
+6 -4
net/9p/Kconfig
··· 13 13 14 14 If unsure, say N. 15 15 16 + if NET_9P 17 + 16 18 config NET_9P_VIRTIO 17 - depends on NET_9P && EXPERIMENTAL && VIRTIO 19 + depends on EXPERIMENTAL && VIRTIO 18 20 tristate "9P Virtio Transport (Experimental)" 19 21 help 20 22 This builds support for a transports between 21 23 guest partitions and a host partition. 22 24 23 25 config NET_9P_RDMA 24 - depends on NET_9P && INFINIBAND && EXPERIMENTAL 26 + depends on INET && INFINIBAND && EXPERIMENTAL 25 27 tristate "9P RDMA Transport (Experimental)" 26 28 help 27 - This builds support for a RDMA transport. 29 + This builds support for an RDMA transport. 28 30 29 31 config NET_9P_DEBUG 30 32 bool "Debug information" 31 - depends on NET_9P 32 33 help 33 34 Say Y if you want the 9P subsystem to log debug information. 34 35 36 + endif