]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE better
authorJeff Layton <jlayton@kernel.org>
Sun, 9 Feb 2025 12:31:27 +0000 (07:31 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 10 Mar 2025 13:11:03 +0000 (09:11 -0400)
commit999595a651a87f4285c53710b5f600d6a141f526
tree47f412d961a7f390ac090a26953dd21f52e933c6
parentbf36c14972aab13409393690eca73727d9c7fd0c
nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE better

Currently it just restarts the call, without getting a new slot.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4callback.c