diff options
| author | Linus Torvalds <[email protected]> | 2024-04-25 16:31:06 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2024-04-25 16:31:06 +0000 |
| commit | e33c4963bf536900f917fb65a687724d5539bc21 (patch) | |
| tree | 780bd1e53465a86824aae855a8d8762478677dbd /fs/nfsd/state.h | |
| parent | Merge tag 'for-linus-2024042501' of git://git.kernel.org/pub/scm/linux/kernel... (diff) | |
| parent | Revert "NFSD: Convert the callback workqueue to use delayed_work" (diff) | |
| download | kernel-e33c4963bf536900f917fb65a687724d5539bc21.tar.gz kernel-e33c4963bf536900f917fb65a687724d5539bc21.zip | |
Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Pull nfsd fixes from Chuck Lever:
- Revert some backchannel fixes that went into v6.9-rc
* tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
Revert "NFSD: Convert the callback workqueue to use delayed_work"
Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"
Diffstat (limited to 'fs/nfsd/state.h')
| -rw-r--r-- | fs/nfsd/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 01c6f3445646..2ed0fcf879fd 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -68,7 +68,7 @@ struct nfsd4_callback { struct nfs4_client *cb_clp; struct rpc_message cb_msg; const struct nfsd4_callback_ops *cb_ops; - struct delayed_work cb_work; + struct work_struct cb_work; int cb_seq_status; int cb_status; bool cb_need_restart; |
