From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:35157 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757895AbdEWBRY (ORCPT ); Mon, 22 May 2017 21:17:24 -0400 Received: by mail-pf0-f194.google.com with SMTP id u26so23613288pfd.2 for ; Mon, 22 May 2017 18:17:23 -0700 (PDT) Date: Mon, 22 May 2017 18:17:21 -0700 From: Eric Biggers To: Al Viro Cc: "J . Bruce Fields" , linux-fsdevel@vger.kernel.org, Eric Biggers , Jeff Layton Subject: Re: [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking Message-ID: <20170523011721.GA33313@gmail.com> References: <20170426235356.78723-1-ebiggers3@gmail.com> <20170427010051.GA31780@fieldses.org> <1493733429.2715.4.camel@poochiereds.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1493733429.2715.4.camel@poochiereds.net> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, May 02, 2017 at 09:57:09AM -0400, Jeff Layton wrote: > On Wed, 2017-04-26 at 21:00 -0400, J . Bruce Fields wrote: > > On Wed, Apr 26, 2017 at 04:53:56PM -0700, Eric Biggers wrote: > > > 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. > > > > So that's why I was getting all that mail. Thanks! > > > > --b. > > > > Indeed! FWIW: > > Acked-by: Jeff Layton > Al, can you take this patch? Eric