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 258161 Details for
Bug 382581
GFS2: gfs2_fsck: buffer still held for block: 162646118 (0x9b1c866)
[?]
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]
Preliminary patch to fix the problem
382581.gfs2_fsck.patch (text/plain), 1015 bytes, created by
Robert Peterson
on 2007-11-14 15:15:02 UTC
(
hide
)
Description:
Preliminary patch to fix the problem
Filename:
MIME Type:
Creator:
Robert Peterson
Created:
2007-11-14 15:15:02 UTC
Size:
1015 bytes
patch
obsolete
>Index: pass1.c >=================================================================== >RCS file: /cvs/cluster/cluster/gfs2/fsck/pass1.c,v >retrieving revision 1.11 >diff -w -u -p -p -u -r1.11 pass1.c >--- pass1.c 18 Sep 2007 18:14:04 -0000 1.11 >+++ pass1.c 14 Nov 2007 15:11:14 -0000 >@@ -178,6 +178,7 @@ static int check_eattr_indir(struct gfs2 > ") has incorrect type.\n", block, block); > gfs2_block_set(bl, block, gfs2_meta_inval); > ret = 1; >+ brelse(*bh, updated); > } > else { > /* FIXME: do i need to differentiate this as an ea_indir? */ >Index: pass1c.c >=================================================================== >RCS file: /cvs/cluster/cluster/gfs2/fsck/pass1c.c,v >retrieving revision 1.7 >diff -w -u -p -p -u -r1.7 pass1c.c >--- pass1c.c 18 Sep 2007 18:14:04 -0000 1.7 >+++ pass1c.c 14 Nov 2007 15:11:14 -0000 >@@ -248,6 +248,7 @@ int pass1c(struct gfs2_sbd *sbp) > error = check_inode_eattr(ip, &pass1c_fxns); > if(error < 0) { > stack; >+ brelse(bh, not_updated); > return -1; > } >
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 382581
:
258161
|
260481
|
261981