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 145848 Details for
Bug 222743
gfs_grow gets the rgindex out of order
[?]
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]
RHEL5 patch to fix the problem
222743.patch (text/plain), 535 bytes, created by
Robert Peterson
on 2007-01-17 19:09:38 UTC
(
hide
)
Description:
RHEL5 patch to fix the problem
Filename:
MIME Type:
Creator:
Robert Peterson
Created:
2007-01-17 19:09:38 UTC
Size:
535 bytes
patch
obsolete
>Index: main.c >=================================================================== >RCS file: /cvs/cluster/cluster/gfs/gfs_grow/main.c,v >retrieving revision 1.5 >diff -w -u -p -p -u -r1.5 main.c >--- main.c 10 Aug 2006 19:48:44 -0000 1.5 >+++ main.c 17 Jan 2007 19:04:03 -0000 >@@ -668,7 +668,7 @@ make_rgrp(uint64_t offset, uint64_t size > rgl->rg.rg_header.mh_format = GFS_FORMAT_RG; > rgl->rg.rg_free = rgl->ri.ri_data; > >- osi_list_add(&rgl->list, &rglist_new); >+ osi_list_add_prev(&rgl->list, &rglist_new); > return offset + size; > } >
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 222743
: 145848