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 148937 Details for
Bug 229831
[GFS2] gfs2 panic's occasionally in gfs2_unlink while running bonnie++
[?]
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 fix incorrect lookup
inode-wrong.diff (text/plain), 423 bytes, created by
Steve Whitehouse
on 2007-02-28 16:18:06 UTC
(
hide
)
Description:
Patch to fix incorrect lookup
Filename:
MIME Type:
Creator:
Steve Whitehouse
Created:
2007-02-28 16:18:06 UTC
Size:
423 bytes
patch
obsolete
>diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c >index 0d6831a..00833dc 100644 >--- a/fs/gfs2/inode.c >+++ b/fs/gfs2/inode.c >@@ -43,7 +43,8 @@ static int iget_test(struct inode *inode, void *opaque) > struct gfs2_inode *ip = GFS2_I(inode); > struct gfs2_inum_host *inum = opaque; > >- if (ip->i_num.no_addr == inum->no_addr) >+ if (ip->i_num.no_addr == inum->no_addr && >+ inode->i_private != NULL) > return 1; > > return 0;
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 229831
:
148899
| 148937