OSDN Git Service

MAINTAINERS: adjust to reservation.h renaming
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 4 Mar 2020 12:07:11 +0000 (13:07 +0100)
committerChristian König <christian.koenig@amd.com>
Fri, 6 Mar 2020 11:52:46 +0000 (12:52 +0100)
commit0be38b10f06467adc05e77cf962ef8b15357d1e9
treec85e527a15712958558dc686d0ce7ae3daf2b649
parent9b6c80be979daaa8163578b00cb282a54943a996
MAINTAINERS: adjust to reservation.h renaming

Commit 52791eeec1d9 ("dma-buf: rename reservation_object to dma_resv")
renamed include/linux/reservation.h to include/linux/dma-resv.h, but
missed the reference in the MAINTAINERS entry.

Since then, ./scripts/get_maintainer.pl --self-test complains:

  warning: no file matches F: include/linux/reservation.h

Adjust the DMA BUFFER SHARING FRAMEWORK entry in MAINTAINERS.

Co-developed-by: Sebastian Duda <sebastian.duda@fau.de>
Signed-off-by: Sebastian Duda <sebastian.duda@fau.de>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/356414/
Signed-off-by: Christian König <christian.koenig@amd.com>
MAINTAINERS