storing backpointer to nfs41_root from nfs41_client

This commit is contained in:
unknown 2010-11-02 15:17:22 -04:00
parent 7527c022a1
commit 7d5e6eead2
2 changed files with 3 additions and 0 deletions

View file

@ -295,6 +295,7 @@ static int root_client_create(
eprintf("nfs41_client_create() failed with %d\n", status);
goto out;
}
client->root = root;
rpc->client = client;
/* create session (and client takes ownership) */