FreeBSD Bugzilla – Attachment 223813 Details for
Bug 254560
NFSv4.1 server broken when mounted by Linux using nconnects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix bindconnectiontosession so that it clears LCL_CBDOWN
bind2.patch (text/plain), 462 bytes, created by
Rick Macklem
on 2021-04-05 00:45:45 UTC
(
hide
)
Description:
fix bindconnectiontosession so that it clears LCL_CBDOWN
Filename:
MIME Type:
Creator:
Rick Macklem
Created:
2021-04-05 00:45:45 UTC
Size:
462 bytes
patch
obsolete
>--- sys/fs/nfsserver/nfs_nfsdstate.c.bind 2021-04-04 14:40:46.696851000 -0700 >+++ sys/fs/nfsserver/nfs_nfsdstate.c 2021-04-04 14:40:59.682916000 -0700 >@@ -6440,6 +6440,7 @@ nfsrv_bindconnsess(struct nfsrv_descript *nd, uint8_t > sep->sess_crflags |= NFSV4CRSESS_CONNBACKCHAN; > clp->lc_flags |= LCL_DONEBINDCONN | > LCL_NEEDSCBNULL; >+ clp->lc_flags &= ~LCL_CBDOWN; > if (*foreaftp == NFSCDFS4_BACK) > *foreaftp = NFSCDFS4_BACK; > else
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 254560
:
223584
| 223813 |
223814