summaryrefslogtreecommitdiff
path: root/locomotor-primitives.osim
AgeCommit message (Collapse)AuthorFilesLines
2012-11-26Change osim model to only include muscles from Dominici et al 2011Tobias Klauser1-4956/+465
2012-11-26Add and load original Gait2392 modelTobias Klauser1-0/+9781
f8d9 (patch) treee176efeec7f9baa9e9d30429cab9f85ae838f7a1 parent3dc147359e3dcdf0648f1e2c11f62cfae3160df0 (diff)
NFS4: Avoid migration loops
If a server returns itself as a location while migrating, the client may end up getting stuck attempting to migrate twice to the same server. Catch this by checking if the nfs_client found is the same as the existing client. For the other two callers to nfs4_set_client, the nfs_client will always be ERR_PTR(-EINVAL). Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat