From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:35382 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751789AbeDOMEa (ORCPT ); Sun, 15 Apr 2018 08:04:30 -0400 Date: Sun, 15 Apr 2018 05:04:26 -0700 From: Christoph Hellwig Subject: Re: [PATCH] fs: xfs: Change return type to vm_fault_t Message-ID: <20180415120426.GA10479@infradead.org> References: <20180414200530.GA20184@jordon-HP-15-Notebook-PC> <20180414215937.GH5572@dastard> <20180414222407.GA15294@bombadil.infradead.org> <20180415072121.GA13601@infradead.org> <20180415111104.GB25513@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180415111104.GB25513@bombadil.infradead.org> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Matthew Wilcox Cc: Christoph Hellwig , Dave Chinner , Souptick Joarder , darrick.wong@oracle.com, linux-xfs@vger.kernel.org On Sun, Apr 15, 2018 at 04:11:04AM -0700, Matthew Wilcox wrote: > > Please just send one damn patch adding the typedef and the sparse > > annotation and converting everyone over. Splitting this into five > > gazillion patches that do nothing doesn't help anyone. > > The XFS one is trivial. Many of the others are not. if they arne't trivial you are doing something wrong. That is you fix bugs that exist independent of the annotation together with the annotation. Fix all the bugs first, and send them in (including for -stable) and then do the annotations in one big patch.