From 47b1090fabaf254ea4440964a6dfbe7d55a41db1 Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Tue, 19 Aug 2014 21:40:19 +0900 Subject: Revert "dmabuf-sync: fix sync lock to multiple read" This reverts commit 5c6a3a47e9a5b4286e4219bd70e9917b8ffee414. --- include/linux/dmabuf-sync.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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; }; -- cgit v1.2.3