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 152906 Details for
Bug 230143
[GFS2] getting fatal: assertion "!atomic_read(&gl->gl_ail_count)" failed when using gfs2
[?]
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]
New patch to fix rgrp issue
glock-rgrp.diff (text/plain), 1.09 KB, created by
Steve Whitehouse
on 2007-04-18 13:51:43 UTC
(
hide
)
Description:
New patch to fix rgrp issue
Filename:
MIME Type:
Creator:
Steve Whitehouse
Created:
2007-04-18 13:51:43 UTC
Size:
1.09 KB
patch
obsolete
>From: Steven Whitehouse <swhiteho@redhat.com> >Date: Wed, 28 Feb 2007 14:03:00 +0000 (+0000) >Subject: [GFS2] Fix bz 230143, incorrect flushing of rgrps >X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fsteve%2Fgfs2-2.6-nmw.git;a=commitdiff_plain;h=cad5b9392754910ee7dbe551eb004010a864c882 > >[GFS2] Fix bz 230143, incorrect flushing of rgrps > >The below patch fixes a problem where we were not flushing rgrps >correctly. It only occurred in the specific case that a callback was >received for an rgrp which was dirty and when a journal log flush had >not already resulted in the rgrp being flushed anyway. This fixes Red >Hat bz 230143, > >Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> >--- > >diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c >index 46af553..4221110 100644 >--- a/fs/gfs2/glops.c >+++ b/fs/gfs2/glops.c >@@ -459,6 +459,8 @@ const struct gfs2_glock_operations gfs2_inode_glops = { > }; > > const struct gfs2_glock_operations gfs2_rgrp_glops = { >+ .go_xmote_th = meta_go_sync, >+ .go_drop_th = meta_go_sync, > .go_inval = meta_go_inval, > .go_demote_ok = rgrp_go_demote_ok, > .go_lock = rgrp_go_lock,
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 230143
:
148914
| 152906