Chuck Lever fca5238ef3 NFS: Allow walking nfs_client.cl_superblocks list outside client.c
We're about to move some fields from struct nfs_client to struct
nfs_server.  There is a many-to-one relationship between nfs_servers
and nfs_clients.  After these fields are moved to the nfs_server
struct, to visit all of the data in these fields that is owned by one
nfs_client, code will need to visit each nfs_server on the
cl_superblocks list for that nfs_client.

To serialize changes to the cl_superblocks list during these little
expeditions, protect the list with RCU.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2011-01-06 14:47:56 -05:00
..
2011-01-06 14:46:32 -05:00
2010-05-14 15:09:31 -04:00
2010-10-25 21:26:11 -04:00
2010-10-27 21:39:39 +02:00
2010-12-21 11:51:23 -05:00
2010-10-23 15:27:35 -04:00
2011-01-06 14:46:32 -05:00
2011-01-06 14:46:32 -05:00
2011-01-06 14:46:32 -05:00
2010-10-26 13:56:42 -04:00
2011-01-06 14:46:32 -05:00
2011-01-06 14:46:32 -05:00
2011-01-04 13:10:36 -05:00
2010-10-07 18:48:49 -04:00