commit | 4df70a254d9ddea0ee4bede39d4d12e6360e5b99 | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Wed Jan 25 14:40:51 2012 -0700 |
committer | Jordan Crouse <jcrouse@codeaurora.org> | Fri Jan 27 09:44:39 2012 -0700 |
tree | cae9be29575701bec1a21cb0bf268608525bb8fa | |
parent | a73ed097420c53451e843ae61d9aadc8fefabc94 [diff] |
base: genlock: Remove genlock_release_lock and associated ioctl Allowing a lock to be asynchronously released while a handle was still active turned out to be too dangerous to use in a multi-threaded environment and it served no pratical purpose anyway. Handles now hold an attached lock until they are destroyed. CRs-fixed: 333141 Change-Id: Ic0dedbad8050ff01927ddb165c65a939bf297c10 Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>