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 312277 Details for
Bug 455940
GFS2: hang running consistency test.
[?]
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 which might fix the hang
guess-at-fix.diff (text/plain), 678 bytes, created by
Steve Whitehouse
on 2008-07-21 16:20:11 UTC
(
hide
)
Description:
Patch which might fix the hang
Filename:
MIME Type:
Creator:
Steve Whitehouse
Created:
2008-07-21 16:20:11 UTC
Size:
678 bytes
patch
obsolete
>diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c >index 13391e5..5399fe5 100644 >--- a/fs/gfs2/glock.c >+++ b/fs/gfs2/glock.c >@@ -594,10 +594,11 @@ static void run_queue(struct gfs2_glock *gl, const int nonblock) > GLOCK_BUG_ON(gl, gl->gl_demote_state == LM_ST_EXCLUSIVE); > gl->gl_target = gl->gl_demote_state; > } else { >- if (test_bit(GLF_DEMOTE, &gl->gl_flags)) >- gfs2_demote_wake(gl); >+ GLOCK_BUG_ON(gl, test_bit(GLF_DEMOTE, &gl->gl_flags)); > if (do_promote(gl) == 0) > goto out; >+ if (test_bit(GLF_PENDING_DEMOTE, &gl->gl_flags)) >+ goto out; > gh = find_first_waiter(gl); > gl->gl_target = gh->gh_state; > if (!(gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB)))
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 455940
:
312277
|
312369
|
312492
|
312577
|
312596
|
312646
|
312657