commit | 43ac3f2961b8616da26114ec6dc76ac2a61f76ad | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 20 13:44:51 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 20 13:44:51 2006 -0500 |
tree | 461fc961f6c7d9a724425654523cf61cb6c2e485 | |
parent | c42de9dd67250fe984e0e31c9b542d721af6454b [diff] |
SUNRPC: Fix memory barriers for req->rq_received We need to ensure that all writes to the XDR buffers are done before req->rq_received is visible to other processors. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>