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 152879 Details for
Bug 236880
[PATCH] Fix NULL bio crash in loop worker thread
[?]
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] Fix NULL bio crash in loop worker thread
diff-rh-loop-dont-complete-lo-bh-done (text/plain), 545 bytes, created by
Alexey Dobriyan
on 2007-04-18 08:21:44 UTC
(
hide
)
Description:
[PATCH] Fix NULL bio crash in loop worker thread
Filename:
MIME Type:
Creator:
Alexey Dobriyan
Created:
2007-04-18 08:21:44 UTC
Size:
545 bytes
patch
obsolete
>--- a/drivers/block/loop.c >+++ b/drivers/block/loop.c >@@ -519,7 +519,7 @@ static int loop_make_request(request_que > > spin_lock_irq(&lo->lo_lock); > if (lo->lo_state != Lo_bound) >- goto out; >+ goto out_not_bound; > if (unlikely(rw == WRITE && (lo->lo_flags & LO_FLAGS_READ_ONLY))) > goto out; > lo->lo_pending++; >@@ -531,6 +531,7 @@ static int loop_make_request(request_que > out: > if (lo->lo_pending == 0) > complete(&lo->lo_bh_done); >+out_not_bound: > spin_unlock_irq(&lo->lo_lock); > bio_io_error(old_bio, old_bio->bi_size); > return 0;
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 236880
: 152879