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 289919 Details for
Bug 426138
NFS server causes EIO errors from older Linux clients
[?]
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]
Neil Brown suggested essentially this fix for 2.6.19
linux-nfsaclfix.patch (text/plain), 1.39 KB, created by
Jonathan Peatfield
on 2007-12-18 19:16:18 UTC
(
hide
)
Description:
Neil Brown suggested essentially this fix for 2.6.19
Filename:
MIME Type:
Creator:
Jonathan Peatfield
Created:
2007-12-18 19:16:18 UTC
Size:
1.39 KB
patch
obsolete
>--- linux-2.6.18.i686/net/sunrpc/svc.c.orig 2007-12-18 15:49:01.000000000 +0000 >+++ linux-2.6.18.i686/net/sunrpc/svc.c 2007-12-18 15:55:17.000000000 +0000 >@@ -466,7 +466,8 @@ > > err_bad_vers: > #ifdef RPC_PARANOIA >- printk("svc: unknown version (%d)\n", vers); >+ printk("svc: unknown version (%d for prog %d, %s)\n", >+ vers, prog, progp->pg_name); > #endif > serv->sv_stats->rpcbadfmt++; > svc_putu32(resv, rpc_prog_mismatch); >--- linux-2.6.18.i686/fs/nfsd/nfssvc.c.orig 2007-12-18 15:49:00.000000000 +0000 >+++ linux-2.6.18.i686/fs/nfsd/nfssvc.c 2007-12-18 16:01:08.000000000 +0000 >@@ -85,7 +85,7 @@ > .pg_prog = NFS_ACL_PROGRAM, > .pg_nvers = NFSD_ACL_NRVERS, > .pg_vers = nfsd_acl_versions, >- .pg_name = "nfsd", >+ .pg_name = "nfsacl", > .pg_class = "nfsd", > .pg_stats = &nfsd_acl_svcstats, > .pg_authenticate = &svc_set_client, >@@ -133,16 +133,16 @@ > switch(change) { > case NFSD_SET: > nfsd_versions[vers] = nfsd_version[vers]; >- break; > #if defined(CONFIG_NFSD_V2_ACL) || defined(CONFIG_NFSD_V3_ACL) > if (vers < NFSD_ACL_NRVERS) >- nfsd_acl_version[vers] = nfsd_acl_version[vers]; >+ nfsd_acl_versions[vers] = nfsd_acl_version[vers]; > #endif >+ break; > case NFSD_CLEAR: > nfsd_versions[vers] = NULL; > #if defined(CONFIG_NFSD_V2_ACL) || defined(CONFIG_NFSD_V3_ACL) > if (vers < NFSD_ACL_NRVERS) >- nfsd_acl_version[vers] = NULL; >+ nfsd_acl_versions[vers] = NULL; > #endif > break; > case NFSD_TEST:
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 426138
: 289919