diff --git a/net/9p/client.c b/net/9p/client.c index dd461c718cf992b9382af1094736fc4c6f0bae29..cae1fb43bd163ccfb022a5075c03c855521abe25 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) /* * This barrier is needed to make sure any change made to req before - * the other thread wakes up will indeed be seen by the waiting side. + * the status change is visible to another thread */ smp_wmb(); req->status = status;