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 309673 Details for
Bug 450641
gfs2 in 2.6.26-rc2 appears busted; data corruption, wrong statfs info
[?]
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 the block allocation
gfs2_alloc.patch (text/plain), 517 bytes, created by
Ben Marzinski
on 2008-06-17 21:58:14 UTC
(
hide
)
Description:
patch to fix the block allocation
Filename:
MIME Type:
Creator:
Ben Marzinski
Created:
2008-06-17 21:58:14 UTC
Size:
517 bytes
patch
obsolete
>Index: gfs2-2.6-nmw/fs/gfs2/bmap.c >=================================================================== >--- gfs2-2.6-nmw.orig/fs/gfs2/bmap.c >+++ gfs2-2.6-nmw/fs/gfs2/bmap.c >@@ -249,12 +249,9 @@ static void find_metapath(const struct g > static inline unsigned int zero_metapath_length(const struct metapath *mp, > unsigned height) > { >- unsigned int i; >- for (i = 0; i < height - 1; i++) { >- if (mp->mp_list[i] != 0) >- return i; >- } >- return height; >+ if (mp->mp_list[0] == 0) >+ return 2; >+ 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 450641
: 309673