forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/dma-buf/heaps/page_pool.h
....@@ -40,7 +40,7 @@
4040 struct dmabuf_page_pool {
4141 int count[POOL_TYPE_SIZE];
4242 struct list_head items[POOL_TYPE_SIZE];
43
- struct mutex mutex;
43
+ struct mutex mutex; /* No longer used! */
4444 gfp_t gfp_mask;
4545 unsigned int order;
4646 struct list_head list;