ANDROID: GKI: dma-buf: add dent_count to dma_buf
Partial cherry pick for structure members only. Signed-off-by: Charan Teja Reddy <charante@codeaurora.org> (cherry picked from commit cdc117e0220c0865bd068f822033072fdb88f5b9) Signed-off-by: Mark Salyzyn <salyzyn@google.com> Bug: 157994070 Change-Id: Ie0a833f185687f4cc7ab8189b17fde3516270573 Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
committed by
Will McVicker
parent
a176f88e45
commit
3ea2abd167
@ -455,6 +455,7 @@ struct dma_buf {
|
||||
} cb_excl, cb_shared;
|
||||
dma_buf_destructor dtor;
|
||||
void *dtor_data;
|
||||
atomic_t dent_count;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user