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 293429 Details for
Bug 183119
Assertion failure in journal_next_log_block
[?]
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]
potential fix
jbd-fix-free-space-accounting.patch (text/plain), 761 bytes, created by
Josef Bacik
on 2008-01-30 16:23:21 UTC
(
hide
)
Description:
potential fix
Filename:
MIME Type:
Creator:
Josef Bacik
Created:
2008-01-30 16:23:21 UTC
Size:
761 bytes
patch
obsolete
>diff -up linux-2.6.9/include/linux/jbd.h.josef linux-2.6.9/include/linux/jbd.h >--- linux-2.6.9/include/linux/jbd.h.josef 2008-01-18 13:31:06.000000000 -0500 >+++ linux-2.6.9/include/linux/jbd.h 2008-01-30 11:09:35.000000000 -0500 >@@ -1087,10 +1087,12 @@ extern int journal_blocks_per_page(struc > */ > static inline int jbd_space_needed(journal_t *journal) > { >+ transaction_t trans = journal->j_committing_transaction; > int nblocks = journal->j_max_transaction_buffers; >- if (journal->j_committing_transaction) >- nblocks += journal->j_committing_transaction-> >- t_outstanding_credits; >+ if (trans) >+ nblocks += (trans->t_outstanding_credits > >+ trans->t_nr_buffers) ? >+ trans->t_outstanding_credits : trans->t_nr_buffers; > return nblocks; > } >
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 183119
:
143420
|
144402
|
291901
|
292185
|
292225
|
292398
|
292657
|
292682
|
293429
|
293746
|
293757
|
295041
|
295315
|
296621