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 154134 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]
flush after filemap_fdatawrite
flush_glock.patch (text/plain), 665 bytes, created by
Ben Marzinski
on 2007-05-04 15:52:07 UTC
(
hide
)
Description:
flush after filemap_fdatawrite
Filename:
MIME Type:
Creator:
Ben Marzinski
Created:
2007-05-04 15:52:07 UTC
Size:
665 bytes
patch
obsolete
>diff -urpN --exclude-from=gfs2-2.6-nmw-070416-clean/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-29 11:37:55.000000000 -0500 >@@ -156,9 +156,9 @@ static void inode_go_sync(struct gfs2_gl > ip = NULL; > > if (test_bit(GLF_DIRTY, &gl->gl_flags)) { >- gfs2_log_flush(gl->gl_sbd, gl); > if (ip) > filemap_fdatawrite(ip->i_inode.i_mapping); >+ gfs2_log_flush(gl->gl_sbd, gl); > gfs2_meta_sync(gl); > if (ip) { > struct address_space *mapping = ip->i_inode.i_mapping;
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