Skip to content
Snippets Groups Projects
Commit e74f5a0d authored by Avi Kivity's avatar Avi Kivity
Browse files

mutex: remove _locked member

It just adds complexity, and doesn't reduce locking overhead, as we must
take the spinlock anyway during unlock.

Remove it, since it makes conversion to a recursive mutex (needed
by fs/vfs/vfs_mount.c) more complicated.
parent e29da519
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment