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 293760 Details for
Bug 431253
NFS CREATE fails on hp-ux clients with kernel 2.6.18-53.1.6.el5
[?]
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 to nfsd_setattr to ignore -EACCES error caused by the GFS filesystem
bmc-nfsd_setattr.patch (text/plain), 519 bytes, created by
Dan Goetzman
on 2008-02-01 19:55:35 UTC
(
hide
)
Description:
Patch to nfsd_setattr to ignore -EACCES error caused by the GFS filesystem
Filename:
MIME Type:
Creator:
Dan Goetzman
Created:
2008-02-01 19:55:35 UTC
Size:
519 bytes
patch
obsolete
>--- vfs.c_save 2008-01-18 13:06:50.000000000 -0600 >+++ vfs.c 2008-01-18 13:18:40.000000000 -0600 >@@ -348,6 +348,11 @@ > if (!check_guard || guardtime == inode->i_ctime.tv_sec) { > fh_lock(fhp); > err = notify_change(dentry, iap); >+ /* Allow access override if owner for HP-UX NFS client bug on GFS */ >+ if (err == -EACCES & (current->fsuid == inode->i_uid)) { >+ printk (KERN_DEBUG "nfsd_setattr: Bug detected! Ignoring -EACCES error for owner\n"); >+ err = 0; >+ } > err = nfserrno(err); > fh_unlock(fhp); > }
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 431253
: 293760 |
294161