From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f196.google.com ([209.85.192.196]:33002 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1033124AbdDZXyw (ORCPT ); Wed, 26 Apr 2017 19:54:52 -0400 Received: by mail-pf0-f196.google.com with SMTP id c198so3771709pfc.0 for ; Wed, 26 Apr 2017 16:54:52 -0700 (PDT) From: Eric Biggers To: linux-fsdevel@vger.kernel.org Cc: Eric Biggers , Jeff Layton , "J . Bruce Fields" , Al Viro Subject: [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking Date: Wed, 26 Apr 2017 16:53:56 -0700 Message-Id: <20170426235356.78723-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. Cc: Jeff Layton Cc: J. Bruce Fields Cc: Al Viro Signed-off-by: Eric Biggers --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 22b509fb1c5e..2ac97d8c1a21 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5074,9 +5074,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 @@ -5085,6 +5083,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.13.0.rc0.306.g87b477812d-goog