Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 147380 Details for
Bug 227373
link() on nfsv4 sometimes fails to update i_nlink count
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch 1 -- add restorefh xdr calls
linux-2.6.9-nfs4-restorefh.patch (text/plain), 1.09 KB, created by
Jeff Layton
on 2007-02-05 17:55:34 UTC
(
hide
)
Description:
patch 1 -- add restorefh xdr calls
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-02-05 17:55:34 UTC
Size:
1.09 KB
patch
obsolete
>--- linux-2.6.9/fs/nfs/nfs4xdr.c.restorefh >+++ linux-2.6.9/fs/nfs/nfs4xdr.c >@@ -90,6 +90,8 @@ static int nfs_stat_to_errno(int); > nfs4_fattr_bitmap_maxsz) > #define encode_savefh_maxsz (op_encode_hdr_maxsz) > #define decode_savefh_maxsz (op_decode_hdr_maxsz) >+#define encode_restorefh_maxsz (op_encode_hdr_maxsz) >+#define decode_restorefh_maxsz (op_decode_hdr_maxsz) > #define encode_fsinfo_maxsz (op_encode_hdr_maxsz + 2) > #define decode_fsinfo_maxsz (op_decode_hdr_maxsz + 11) > #define encode_renew_maxsz (op_encode_hdr_maxsz + 3) >@@ -1084,6 +1086,17 @@ static int encode_renew(struct xdr_strea > } > > static int >+encode_restorefh(struct xdr_stream *xdr) >+{ >+ uint32_t *p; >+ >+ RESERVE_SPACE(4); >+ WRITE32(OP_RESTOREFH); >+ >+ return 0; >+} >+ >+static int > encode_savefh(struct xdr_stream *xdr) > { > uint32_t *p; >@@ -3121,6 +3134,12 @@ static int decode_renew(struct xdr_strea > } > > static int >+decode_restorefh(struct xdr_stream *xdr) >+{ >+ return decode_op_hdr(xdr, OP_RESTOREFH); >+} >+ >+static int > decode_savefh(struct xdr_stream *xdr) > { > return decode_op_hdr(xdr, OP_SAVEFH);
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 227373
: 147380 |
147381