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 309213 Details for
Bug 450835
gfs_fsck build warnings
[?]
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]
Addendum patch
450835.part2.patch (text/plain), 681 bytes, created by
Robert Peterson
on 2008-06-13 13:52:02 UTC
(
hide
)
Description:
Addendum patch
Filename:
MIME Type:
Creator:
Robert Peterson
Created:
2008-06-13 13:52:02 UTC
Size:
681 bytes
patch
obsolete
> gfs/gfs_fsck/super.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/gfs/gfs_fsck/super.c b/gfs/gfs_fsck/super.c >index b18228c..b2c81f1 100644 >--- a/gfs/gfs_fsck/super.c >+++ b/gfs/gfs_fsck/super.c >@@ -1160,7 +1160,7 @@ int ri_update(struct fsck_sb *sdp) > free(expected_rgd); > } /* if we can't trust the rg index */ > else { /* blind faith -- just check for the gfs_grow problem */ >- if (rgd->rd_ri.ri_data == 4294967292) { >+ if (rgd->rd_ri.ri_data == (uint32_t)-4) { > if (!fix_grow_problems) { > log_err("A problem with the rindex file caused by gfs_grow was detected.\n"); > if(query(sdp, "Fix the rindex problem? (y/n)"))
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 450835
:
309140
| 309213