diff options
| author | Alasdair G Kergon <[email protected]> | 2006-10-03 01:15:31 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-10-03 08:04:15 -0700 |
| commit | 695368ac3302174531429a90d55c3f7f9b83906e (patch) | |
| tree | 515457b78ec2bf95dab7f5b614284ccecda8afbd /include/linux/debugobjects.h | |
| parent | 4b832e8de22726206eb886f6dbff47a0f3fe5168 (diff) | |
[PATCH] dm snapshot: fix freeing pending exception
If a snapshot became invalid while there are outstanding pending_exceptions,
when pending_complete() processes each one it forgets to remove the
corresponding exception from its exception table before freeing it.
Fix this by moving the 'out:' label up one statement so that
remove_exception() is always called. Then __invalidate_exception() no longer
needs to call it and its 'pe' argument become superfluous.
Signed-off-by: Alasdair G Kergon <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions