diff mbox series

lock maintainers won't be much help with fcntl issues

Message ID 20180816152110.GP7906@fieldses.org (mailing list archive)
State New, archived
Headers show
Series lock maintainers won't be much help with fcntl issues | expand

Commit Message

J. Bruce Fields Aug. 16, 2018, 3:21 p.m. UTC
From: "J. Bruce Fields" <bfields@redhat.com>

Most of the stuff in fcntl.c has nothing to do with locks.  The stuff
that does have anything to do with locks is pretty trivial glue code
that calls into locks.c for the real work.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
---
 MAINTAINERS | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 9d5eeff51b5f..a5dca2be8513 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5541,9 +5541,6 @@  M:	Jeff Layton <jlayton@kernel.org>
 M:	"J. Bruce Fields" <bfields@fieldses.org>
 L:	linux-fsdevel@vger.kernel.org
 S:	Maintained
-F:	include/linux/fcntl.h
-F:	include/uapi/linux/fcntl.h
-F:	fs/fcntl.c
 F:	fs/locks.c
 
 FILESYSTEMS (VFS and infrastructure)