FreeBSD Bugzilla – Attachment 191365 Details for
Bug 226494
ESX NFSv4.1 client fails when ReclaimComplete for one FS fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Allow ReclaimComplete for a single FS
reclaimcom2.patch (text/plain), 526 bytes, created by
Rick Macklem
on 2018-03-10 01:18:19 UTC
(
hide
)
Description:
Allow ReclaimComplete for a single FS
Filename:
MIME Type:
Creator:
Rick Macklem
Created:
2018-03-10 01:18:19 UTC
Size:
526 bytes
patch
obsolete
>--- fs/nfsserver/nfs_nfsdserv.c.savrecl 2018-02-10 20:34:31.166445000 -0500 >+++ fs/nfsserver/nfs_nfsdserv.c 2018-02-10 20:36:07.947490000 -0500 >@@ -4226,10 +4226,9 @@ nfsrvd_reclaimcomplete(struct nfsrv_desc > goto nfsmout; > } > NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED); >+ nd->nd_repstat = nfsrv_checkreclaimcomplete(nd); > if (*tl == newnfs_true) >- nd->nd_repstat = NFSERR_NOTSUPP; >- else >- nd->nd_repstat = nfsrv_checkreclaimcomplete(nd); >+ nd->nd_repstat = 0; > nfsmout: > NFSEXITCODE2(error, nd); > return (error);
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 226494
:
191365
|
195165
|
195222