2018-08-16 18:20:18

by J. Bruce Fields

[permalink] [raw]
Subject: [PATCH] lock maintainers won't be much help with fcntl issues

From: "J. Bruce Fields" <[email protected]>

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 <[email protected]>
---
MAINTAINERS | 3 ---
1 file changed, 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9d5eeff51b5f..a5dca2be8513 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5541,9 +5541,6 @@ M: Jeff Layton <[email protected]>
M: "J. Bruce Fields" <[email protected]>
L: [email protected]
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)
--
2.17.1