• T
    NFS: Add an nfsiod workqueue · 5746006f
    Trond Myklebust 提交于
    NFS post-rpciod cleanups often involve tasks that cannot be safely
    performed within the rpciod context (due to deadlock concerns). We
    therefore add a dedicated NFS workqueue that can perform tasks like
    cleaning up state after an interrupted NFSv4 open() call, or calling
    put_nfs_open_context() after an asynchronous read or write call.
    Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
    5746006f
inode.c 35.6 KB