From: Thomas Gleixner Date: Thu, 28 Mar 2019 13:29:27 +0000 (+0100) Subject: MAINTAINERS: Remove deleted file from futex file pattern X-Git-Tag: v5.1-rc3~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a64ee71d10abc5787de7d4a00027e2c6469c3b;p=thirdparty%2Flinux.git MAINTAINERS: Remove deleted file from futex file pattern kernel/futex_compat.c was recently removed, but it's still in the MAINTAINERS file. Remove it there as well. Fixes: 04e7712f4460 ("y2038: futex: Move compat implementation into futex.c") Reported-by: Joe Perches Signed-off-by: Thomas Gleixner Cc: Arnd Bergmann --- diff --git a/MAINTAINERS b/MAINTAINERS index 3e5a5d263f299..f015ff786109c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6408,7 +6408,6 @@ L: linux-kernel@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core S: Maintained F: kernel/futex.c -F: kernel/futex_compat.c F: include/asm-generic/futex.h F: include/linux/futex.h F: include/uapi/linux/futex.h