commit | acd65e5bc1986d0089efec3fe63e52ea0c406d6d | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Sep 26 14:32:56 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Sep 29 15:58:35 2013 -0400 |
tree | 69f3ed1d96d708b4b927ed40228a4813c666b88a | |
parent | 52b26a3e1bb3e065c32b3febdac1e1f117d88e15 [diff] |
NFSv4.1: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_ds We need to ensure that the initialisation of the data server nfs_client structure in nfs4_ds_connect is correctly ordered w.r.t. the read of ds->ds_clp in nfs4_fl_prepare_ds. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>