diff options
author | Jeff Layton <jlayton@kernel.org> | 2025-02-09 15:31:22 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2025-03-10 16:11:01 +0300 |
commit | 1c2d0957dc66620338eba63e0267122b6e2175cc (patch) | |
tree | 76e48449ea4f47103f4b541c95b1d6459ead9c3f /rust/helpers/helpers.c | |
parent | 230ca758453c63bd38e4d9f4a21db698f7abada8 (diff) | |
download | linux-1c2d0957dc66620338eba63e0267122b6e2175cc.tar.xz |
nfsd: prepare nfsd4_cb_sequence_done() for error handling rework
There is only one case where we want to proceed with processing the rest
of the CB_COMPOUND, and that's when the cb_seq_status is 0. Make the
default return value be false, and only set it to true in that case.
Rename the "need_restart" label to "requeue", to better indicate that
it's being requeued to the workqueue.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions