kernel/drivers/dma-buf/heaps/page_pool.h
.. .. @@ -40,7 +40,7 @@ 40 40 struct dmabuf_page_pool { 41 41 int count[POOL_TYPE_SIZE]; 42 42 struct list_head items[POOL_TYPE_SIZE]; 43 - struct mutex mutex;43 + struct mutex mutex; /* No longer used! */44 44 gfp_t gfp_mask; 45 45 unsigned int order; 46 46 struct list_head list;