Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3e724df authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dma-buf: fill dmabuf->name in dma_buf_export"

parents c5ad6081 4691c464
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -623,6 +623,7 @@ struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info)
	dmabuf->cb_excl.poll = dmabuf->cb_shared.poll = &dmabuf->poll;
	dmabuf->cb_excl.active = dmabuf->cb_shared.active = 0;
	dmabuf->buf_name = bufname;
	dmabuf->name = bufname;
	dmabuf->ktime = ktime_get();
	atomic_set(&dmabuf->dent_count, 1);