summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-08-19 21:40:19 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-21 19:12:21 +0900
commit47b1090fabaf254ea4440964a6dfbe7d55a41db1 (patch)
tree64e0b5fab64c1122786df7ca6c6d9cf3c4f7c7f7 /include
parent99e5602bddbd64d188a4fd3eab17931becb239e6 (diff)
downloadlinux-3.10-47b1090fabaf254ea4440964a6dfbe7d55a41db1.tar.gz
linux-3.10-47b1090fabaf254ea4440964a6dfbe7d55a41db1.tar.bz2
linux-3.10-47b1090fabaf254ea4440964a6dfbe7d55a41db1.zip
Revert "dmabuf-sync: fix sync lock to multiple read"
This reverts commit 5c6a3a47e9a5b4286e4219bd70e9917b8ffee414.
Diffstat (limited to 'include')
-rw-r--r--include/linux/dmabuf-sync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dmabuf-sync.h b/include/linux/dmabuf-sync.h
index 963ba99088c..2502ad61a69 100644
--- a/include/linux/dmabuf-sync.h
+++ b/include/linux/dmabuf-sync.h
@@ -24,6 +24,7 @@ struct dmabuf_sync_reservation {
struct mutex lock;
atomic_t shared_cnt;
unsigned int accessed_type;
+ unsigned int shared;
unsigned int locked;
};