K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2018-07-06T00:58:51.953520Z K 7 svn:log V 549 Change the pNFS client so that it uses separate TCP connections for same server. This patch changes the pNFS client so that it will use separate TCP connections to the same machine by default. This makes it possible to disable a connection to a DS when multiple DSs reside on the same server. This may be overridden by a sysctl, in case some extant pNFS servers require the same connection to be used for the same server machine. The patch also adds the nfscl_cancelreqs() function to shut down the DS connection if it isn't shared with other DSs. END