From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751460AbeDYGRW (ORCPT ); Wed, 25 Apr 2018 02:17:22 -0400 Received: from mx2.suse.de ([195.135.220.15]:54345 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750949AbeDYGRT (ORCPT ); Wed, 25 Apr 2018 02:17:19 -0400 Date: Wed, 25 Apr 2018 08:17:17 +0200 Message-ID: From: Takashi Iwai To: "Souptick Joarder" Cc: , , , Subject: Re: [PATCH] sound: core: Change return type to vm_fault_t In-Reply-To: <20180425042029.GA21407@jordon-HP-15-Notebook-PC> References: <20180425042029.GA21407@jordon-HP-15-Notebook-PC> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 25 Apr 2018 06:20:29 +0200, 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. > > Commit 1c8f422059ae ("mm: change return type to vm_fault_t") > > Signed-off-by: Souptick Joarder > Reviewed-by: Matthew Wilcox Applied, thanks. Takashi