From patchwork Wed Apr 26 23:53:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Biggers X-Patchwork-Id: 9702227 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 83245603F7 for ; Wed, 26 Apr 2017 23:54:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5EE6B281E1 for ; Wed, 26 Apr 2017 23:54:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4018A2849F; Wed, 26 Apr 2017 23:54:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.5 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8F714281E1 for ; Wed, 26 Apr 2017 23:54:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1033126AbdDZXyx (ORCPT ); Wed, 26 Apr 2017 19:54:53 -0400 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=Xcu83nAyZmuckjVoRxOTRBfbZb7Nl2h2f+HYZHs+ARI=; b=MAeJItArr0N45HvuV/0D4KD24QPv/glKO577YNK5DRC/jt+e6j5Tz1l5o7YGnTprf2 hSU7GKJFC5229DFiQ2TjmwoD9fgomCTtfdjz8aWBxAf0D6hVPuadEjQUlFuNgOfdOEKw LZ4RFIfQQlnsroFsYJ/0XlpHsOmx3VADpFbbONk02VGR6fttbQJ5ThbNfOC10fChpeRU an/V+ic6HtEnOSeiw6io8lTxa/El+FzOclLaafhOhe0i41/51T9esw4S6wobfsqUxJjf SvPDbDZvap2oLc0ovTbVkIV9XnQz1fbe6IQZ8Emvtg1RUqcUWv/dM+sOiYq9Wy2Btt39 EdfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Xcu83nAyZmuckjVoRxOTRBfbZb7Nl2h2f+HYZHs+ARI=; b=t21Zx3+yRwk6sJcMNgrSIZOWgrsf95I1f44d3pkMfjlpDvEFlL4rY7/oSAyTRSaey3 rSQCTQvfnQEx9cUy41EYj3dY7xxJqCu3dwziQ+cifF9nRMupq+rMaEBJuUHWdyHnvTMK FgGbs0jsN7xGKvgRI/QahBArUJdHT+jvazV4yWICYJ3m7Lr/vlOrnv5YB3V9KGk/j/Jt Oq1JhCqL+7M9gEaLgdSE9V4C78Zp10Is/7dnK1ybuCdnxg8x2c/xzQsNB2pb//mAn/MK jmA3jk0MWWNz6WtpZueZ3SzrQNFhLzzk6blRPc9ewu/SGWBGmGVPbojxfJVgoxVaKw5J 1Z5w== X-Gm-Message-State: AN3rC/6B6z2nccHVGIzlE/q7zU5QcCAYPmBN93mJ1TIBDfFa8Q3Ro17B UZnJcLs3D7uKOVTulPcmGw== X-Received: by 10.98.36.80 with SMTP id r77mr2648947pfj.164.1493250891766; Wed, 26 Apr 2017 16:54:51 -0700 (PDT) Received: from ebiggers-linuxstation.kir.corp.google.com ([100.119.30.131]) by smtp.gmail.com with ESMTPSA id x1sm629728pgb.43.2017.04.26.16.54.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 26 Apr 2017 16:54:51 -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> X-Mailer: git-send-email 2.13.0.rc0.306.g87b477812d-goog Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Acked-by: Jeff Layton --- 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