K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2012-02-22T04:52:38.748709Z K 7 svn:log V 637 Restructure the nfsclds structure which holds NFSv4.1 sessions so that it becomes a list off of the mount point. This is needed so that it can be easily searched for the "same server" as the DS just connected to. In turn, this is needed, since you cannot create a second session on the same server unless you have the record with the sequence# for the first session. The code currently will simply reuse the session that is already established. The nfscl_sameserver() is currently a stub that needs to be coded. This code has done a trivial file read through the DS provided by a Linux pNFS single server, but still needs a lot of work. END