commit | 2130ff663633e8a57921779ebfe62fc39d5585ec | [log] [tgz] |
---|---|---|
author | Fred Isaman <iisaman@netapp.com> | Thu Jan 06 11:36:26 2011 +0000 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Jan 06 14:46:32 2011 -0500 |
tree | e100ef526b266a45ed3216be087d144df8cdbaed | |
parent | cf7d63f1f9895713551df2e6d18b006f8af26e91 [diff] |
pnfs: add layout to client list before sending rpc Since this list will be used to search for layouts to recall, this is necessary to avoid a race where the recall comes in, sees there is nothing in the client list, and prepares to return NOMATCHING, while the LAYOUTGET gets processed before the recall updates the stateid. Signed-off-by: Fred Isaman <iisaman@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>