]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit555a609220fec648d3363fef044f4a53bab7cee7
treec85e527a15712958558dc686d0ce7ae3daf2b649
parentf8e5f45f44fac693756904a2560c2d6c865b5850
MAINTAINERS: adjust to reservation.h renaming

Commit 1fefe24e5fea ("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