summaryrefslogtreecommitdiffstats
path: root/net/9p
diff options
context:
space:
mode:
Diffstat (limited to 'net/9p')
-rw-r--r--net/9p/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/9p/client.c b/net/9p/client.c
index dd461c718cf9..cae1fb43bd16 100644
--- a/net/9p/client.c
+++ b/net/9p/client.c
@@ -448,7 +448,7 @@ void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status)
448 448
449 /* 449 /*
450 * This barrier is needed to make sure any change made to req before 450 * This barrier is needed to make sure any change made to req before
451 * the other thread wakes up will indeed be seen by the waiting side. 451 * the status change is visible to another thread
452 */ 452 */
453 smp_wmb(); 453 smp_wmb();
454 req->status = status; 454 req->status = status;