From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 20 Jun 2018 10:27:25 -0700 From: Matthew Wilcox To: Souptick Joarder Cc: Dan Williams , Jan Kara , "Kirill A. Shutemov" , Michal Hocko , Andrew Morton , Ross Zwisler , Al Viro , linux-fsdevel , Linux-MM Subject: Re: [PATCH] include: dax: new-return-type-vm_fault_t Message-ID: <20180620172725.GA31068@bombadil.infradead.org> References: <20180620172046.GA27894@jordon-HP-15-Notebook-PC> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: On Wed, Jun 20, 2018 at 10:51:49PM +0530, Souptick Joarder wrote: > On Wed, Jun 20, 2018 at 10:50 PM, Souptick Joarder wrote: > > Use new return type vm_fault_t for fault handler. For now, > > this is just documenting that the function returns a VM_FAULT > > value rather than an errno. Once all instances are converted, > > vm_fault_t will become a distinct type. > As part of > commit ab77dab46210 ("fs/dax.c: use new return type vm_fault_t") > I missed this change which leads to compilation error. > Sorry about it. > > This patch need to be in 4.18-rc-2/x on priority. It only leads to a compilation error for you; the rest of us are still using typedef int vm_fault_t, so it's not a mismatch. It'd be nice to get this fixed, but it's not a priority. Sorry I didn't spot this during my review.