From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH 01/10] autofs4 - merge auto_fs.h and auto_fs4.h Date: Mon, 14 May 2018 04:15:09 +0100 Message-ID: <20180514031509.GC30522@ZenIV.linux.org.uk> References: <152626703024.28589.9571964661718767929.stgit@pluto.themaw.net> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <152626703024.28589.9571964661718767929.stgit@pluto.themaw.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ian Kent Cc: Andrew Morton , linux-fsdevel , autofs mailing list , Kernel Mailing List On Mon, May 14, 2018 at 11:03:50AM +0800, Ian Kent wrote: > The autofs module has long since been removed so there's no need to have > two separate include files for autofs. Umm... Why does fs/compat_ioctl.c need either include, actually? > --- a/fs/compat_ioctl.c > +++ b/fs/compat_ioctl.c > @@ -39,7 +39,6 @@ > #include > #include > #include > -#include > #include > #include > #include AFAICS, we can just delete both. Matter of fact, a *lot* of those includes are pointless nowadays...