]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit43bbaf310749e0a8707d63a7f51dae0e9f929a15
treec1bd2fb9fc35463c37ed2fc58f174badc1718973
parent49c3d6feabd7a631ab9338dd4e1c443eef49c639
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