nfsd: document callback_wq serialization of callback code
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 29 Oct 2019 20:02:18 +0000 (16:02 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 8 Nov 2019 17:32:59 +0000 (12:32 -0500)
commitcc1ce2f13ea1c13d7f1f322146b01446d9f7ad8b
treec1bd2fb9fc35463c37ed2fc58f174badc1718973
parent20428a8047eac2fe3b493b454232dfd18d7f3d34
nfsd: document callback_wq serialization of callback code

The callback code relies on the fact that much of it is only ever called
from the ordered workqueue callback_wq, and this is worth documenting.

Reported-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4callback.c