From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f66.google.com ([74.125.83.66]:33491 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752382AbdHPDCs (ORCPT ); Tue, 15 Aug 2017 23:02:48 -0400 Received: by mail-pg0-f66.google.com with SMTP id u185so4145411pgb.0 for ; Tue, 15 Aug 2017 20:02:48 -0700 (PDT) From: Eric Biggers To: Alexander Viro Cc: linux-fsdevel@vger.kernel.org, Eric Biggers Subject: [PATCH RESEND] MAINTAINERS: associate linux/fs.h with VFS instead of file locking Date: Tue, 15 Aug 2017 20:00:40 -0700 Message-Id: <20170816030040.2399-1-ebiggers3@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Eric Biggers include/linux/fs.h and include/uapi/linux/fs.h deal with much more than just file locking. Move them to the "FILESYSTEMS (VFS and infrastructure)" section of the MAINTAINERS file so that the first suggestion from get_maintainer.pl isn't the file locking maintainers, which has caused some confusion. Acked-by: Jeff Layton Acked-by: J. Bruce Fields Signed-off-by: Eric Biggers --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6f7721d1634c..fc40d06fe860 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5256,9 +5256,7 @@ M: "J. Bruce Fields" L: linux-fsdevel@vger.kernel.org S: Maintained F: include/linux/fcntl.h -F: include/linux/fs.h F: include/uapi/linux/fcntl.h -F: include/uapi/linux/fs.h F: fs/fcntl.c F: fs/locks.c @@ -5267,6 +5265,8 @@ M: Alexander Viro L: linux-fsdevel@vger.kernel.org S: Maintained F: fs/* +F: include/linux/fs.h +F: include/uapi/linux/fs.h FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER M: Riku Voipio -- 2.14.1