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 157633 Details for
Bug 245360
GFS2: userland tools have problems with small block sizes
[?]
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 problem
245360.patch (text/plain), 1.28 KB, created by
Robert Peterson
on 2007-06-22 17:38:07 UTC
(
hide
)
Description:
patch to fix the problem
Filename:
MIME Type:
Creator:
Robert Peterson
Created:
2007-06-22 17:38:07 UTC
Size:
1.28 KB
patch
obsolete
>Index: fs_ops.c >=================================================================== >RCS file: /cvs/cluster/cluster/gfs2/libgfs2/fs_ops.c,v >retrieving revision 1.8 >diff -w -u -p -p -u -r1.8 fs_ops.c >--- fs_ops.c 15 May 2007 18:11:10 -0000 1.8 >+++ fs_ops.c 22 Jun 2007 17:32:49 -0000 >@@ -195,7 +195,7 @@ static void unstuff_dinode(struct gfs2_i > buffer_copy_tail(bh, 0, > ip->i_bh, sizeof(struct gfs2_dinode)); > >- brelse(bh, not_updated); >+ brelse(bh, updated); > } > } > >@@ -345,9 +345,7 @@ void block_map(struct gfs2_inode *ip, ui > unsigned int height; > unsigned int end_of_metadata; > unsigned int x; >- enum update_flags f; > >- f = not_updated; > *new = 0; > *dblock = 0; > if (extlen) >@@ -379,7 +377,7 @@ void block_map(struct gfs2_inode *ip, ui > > for (x = 0; x < end_of_metadata; x++) { > lookup_block(ip, bh, x, mp, create, new, dblock); >- brelse(bh, not_updated); >+ brelse(bh, updated); > if (!*dblock) > goto out; > >@@ -390,7 +388,6 @@ void block_map(struct gfs2_inode *ip, ui > mh.mh_type = GFS2_METATYPE_IN; > mh.mh_format = GFS2_FORMAT_IN; > gfs2_meta_header_out(&mh, bh->b_data); >- f = updated; > } else > bh = bread(sdp, *dblock); > } >@@ -420,7 +417,7 @@ void block_map(struct gfs2_inode *ip, ui > } > } > >- brelse(bh, f); >+ brelse(bh, updated); > > out: > free(mp);
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 245360
: 157633