Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Remove all spin_is_locked calls #665

Merged
merged 1 commit into from
Oct 30, 2017

Conversation

jcowgill
Copy link
Contributor

On systems with CONFIG_SMP turned off, spin_is_locked always returns false causing these assertions to fail. Remove them as suggested in openzfs/zfs#6558

On systems with CONFIG_SMP turned off, spin_is_locked always returns
false causing these assertions to fail. Remove them as suggested in
openzfs/zfs#6558

Signed-off-by: James Cowgill <[email protected]>
@behlendorf behlendorf merged commit 35a44fc into openzfs:master Oct 30, 2017
tonyhutter pushed a commit to tonyhutter/spl that referenced this pull request Mar 6, 2018
On systems with CONFIG_SMP turned off, spin_is_locked always returns
false causing these assertions to fail. Remove them as suggested in
openzfs/zfs#6558.

Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: James Cowgill <[email protected]>
Closes openzfs#665
tonyhutter pushed a commit that referenced this pull request Mar 19, 2018
On systems with CONFIG_SMP turned off, spin_is_locked always returns
false causing these assertions to fail. Remove them as suggested in
openzfs/zfs#6558.

Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: James Cowgill <[email protected]>
Closes #665
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants