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 153557 Details for
Bug 231910
GFS2 withdraws if you are trying to remove a file while doing a du
[?]
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]
Force gfs2_ail_empty_gl to flush log
force_flush.patch (text/plain), 594 bytes, created by
Ben Marzinski
on 2007-04-26 22:27:51 UTC
(
hide
)
Description:
Force gfs2_ail_empty_gl to flush log
Filename:
MIME Type:
Creator:
Ben Marzinski
Created:
2007-04-26 22:27:51 UTC
Size:
594 bytes
patch
obsolete
>diff -uprN --exclude-from=gfs2-2.6-nmw-070416/Documentation/dontdiff gfs2-2.6-nmw-070416-clean/fs/gfs2/glops.c gfs2-2.6-nmw-070416-test/fs/gfs2/glops.c >--- gfs2-2.6-nmw-070416-clean/fs/gfs2/glops.c 2007-04-16 12:37:32.000000000 -0500 >+++ gfs2-2.6-nmw-070416-test/fs/gfs2/glops.c 2007-04-26 11:51:10.000000000 -0500 >@@ -45,8 +45,10 @@ static void gfs2_ail_empty_gl(struct gfs > int error; > > blocks = atomic_read(&gl->gl_ail_count); >- if (!blocks) >+ if (!blocks){ >+ gfs2_log_flush(sdp, gl); > return; >+ } > > error = gfs2_trans_begin(sdp, 0, blocks); > if (gfs2_assert_withdraw(sdp, !error))
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 231910
:
150247
|
151413
|
153557
|
154134