Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 135287 Details for
Bug 198215
gentoo-sources-2.6.22-r9 md hangs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-misapplied-biofill-op.patch
fix-misapplied-biofill-op.patch (text/plain), 621 bytes, created by
Mike Pagano
on 2007-11-06 01:05:42 UTC
(
hide
)
Description:
fix-misapplied-biofill-op.patch
Filename:
MIME Type:
Creator:
Mike Pagano
Created:
2007-11-06 01:05:42 UTC
Size:
621 bytes
patch
obsolete
>--- a/drivers/md/raid5.c 2007-11-05 19:37:28.000000000 -0500 >+++ b/drivers/md/raid5.c 2007-11-05 19:39:00.000000000 -0500 >@@ -2630,6 +2630,13 @@ static void handle_stripe5(struct stripe > s.expanded = test_bit(STRIPE_EXPAND_READY, &sh->state); > /* Now to look around and see what can be done */ > >+ /* clean-up completed biofill operations */ >+ if (test_bit(STRIPE_OP_BIOFILL, &sh->ops.complete)) { >+ clear_bit(STRIPE_OP_BIOFILL, &sh->ops.pending); >+ clear_bit(STRIPE_OP_BIOFILL, &sh->ops.ack); >+ clear_bit(STRIPE_OP_BIOFILL, &sh->ops.complete); >+ } >+ > rcu_read_lock(); > for (i=disks; i--; ) { > mdk_rdev_t *rdev;
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 198215
:
135286
|
135287
|
135373
|
135375
|
135535
|
137635
|
141735