FreeBSD Bugzilla – Attachment 233671 Details for
Bug 263728
NFSv4.1/4.2 server erroneously always clears slot 0 for the callback session
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the NFSv4.1/4.2 to clear the correct callback session slot
cbslot.patch (text/plain), 501 bytes, created by
Rick Macklem
on 2022-05-02 14:40:05 UTC
(
hide
)
Description:
Fixes the NFSv4.1/4.2 to clear the correct callback session slot
Filename:
MIME Type:
Creator:
Rick Macklem
Created:
2022-05-02 14:40:05 UTC
Size:
501 bytes
patch
obsolete
>--- sys/fs/nfsserver/nfs_nfsdstate.c.cbslot 2022-05-01 16:38:26.038317000 -0700 >+++ sys/fs/nfsserver/nfs_nfsdstate.c 2022-05-01 17:35:05.680345000 -0700 >@@ -6646,6 +6646,8 @@ nfsv4_setcbsequence(struct nfsrv_descript *nd, struct > bcopy(sessionid, tl, NFSX_V4SESSIONID); > tl += NFSX_V4SESSIONID / NFSX_UNSIGNED; > nd->nd_slotseq = tl; >+ nd->nd_slotid = *slotposp; >+ nd->nd_flag |= ND_HASSLOTID; > *tl++ = txdr_unsigned(slotseq); > *tl++ = txdr_unsigned(*slotposp); > *tl++ = txdr_unsigned(maxslot);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263728
: 233671