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 295844 Details for
Bug 430279
Kernel oops w/ nfs mounts, particularly w/ bash auto-completion
[?]
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.
Re-diffed (v.s. 2.6.23) patch from comment #7.
linux-2.6-srw1-nfs-bug.patch (text/x-patch), 473 bytes, created by
Stephen Warren
on 2008-02-25 21:27:07 UTC
(
hide
)
Description:
Re-diffed (v.s. 2.6.23) patch from comment #7.
Filename:
MIME Type:
Creator:
Stephen Warren
Created:
2008-02-25 21:27:07 UTC
Size:
473 bytes
patch
obsolete
>diff -urN linux-2.6.23/fs/nfs/super.c linux-2.6.23-srw1/fs/nfs/super.c >--- linux-2.6.23/fs/nfs/super.c 2007-10-09 14:31:38.000000000 -0600 >+++ linux-2.6.23-srw1/fs/nfs/super.c 2008-02-25 11:28:31.000000000 -0700 >@@ -1509,6 +1509,11 @@ > error = PTR_ERR(mntroot); > goto error_splat_super; > } >+ if (mntroot->d_inode->i_op != &nfs_dir_inode_operations) { >+ dput(mntroot); >+ error = -ESTALE; >+ goto error_splat_super; >+ } > > s->s_flags |= MS_ACTIVE; > mnt->mnt_sb = s;
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 Raw
Actions:
View
Attachments on
bug 430279
: 295844