diff options
| author | Dan Williams <[email protected]> | 2007-10-22 20:45:11 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-10-23 08:32:06 -0700 |
| commit | 4ae3f847e49e3787eca91bced31f8fd328d50496 (patch) | |
| tree | 9fab60c4898e49cf1cf04e360dc63ae1d0ef5bd2 /scripts/patch-kernel | |
| parent | 85bfb4da8cad483a4e550ec89060d05a4daf895b (diff) | |
md: raid5: fix clearing of biofill operations
ops_complete_biofill() runs outside of spin_lock(&sh->lock) and clears the
'pending' and 'ack' bits. Since the test_and_ack_op() macro only checks
against 'complete' it can get an inconsistent snapshot of pending work.
Move the clearing of these bits to handle_stripe5(), under the lock.
Signed-off-by: Dan Williams <[email protected]>
Tested-by: Joel Bertrand <[email protected]>
Signed-off-by: Neil Brown <[email protected]>
Cc: Stable <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions