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

Commit 6f516dcd 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 e9431b18 e0259f65
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -607,6 +607,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();

	if (!resv) {