OSDN Git Service

dma-buf: cleanup reservation_object_init/fini
authorChristian König <christian.koenig@amd.com>
Wed, 26 Jun 2019 14:31:46 +0000 (16:31 +0200)
committerChristian König <christian.koenig@amd.com>
Fri, 28 Jun 2019 10:55:06 +0000 (12:55 +0200)
commit8735f16803f00f5efca7738afe3b9a304b539181
tree9866af24d282bbc97f03497eb9c0b1ad750fd725
parent5ed7191dd97b212887a9cb4715c2ef09ea50ae47
dma-buf: cleanup reservation_object_init/fini

They are not used that often and certainly not in a hot path.
Make them normal functions instead of an inline.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/314480/
drivers/dma-buf/reservation.c
include/linux/reservation.h