lkml.org 
[lkml]   [2018]   [Apr]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2] uio: Change return type to vm_fault_t
On Mon, Apr 16, 2018 at 08:24:40PM +0530, Souptick Joarder wrote:
> Use new return type vm_fault_t for fault handler
> in struct vm_operations_struct. 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.

Odd line length to wrap at, your editor should have told you to use 72
columns, right?

> Reference commit id->
> 1c8f422059ae5da07db7406ab916203f9417e396

1c8f422059ae ("mm: change return type to vm_fault_t")

Is the "canonical" way to reference git commit ids, it's easy to set up
an alias for this:
alias gsr='git show -s --abbrev-commit --abbrev=12 --pretty=format:"%h (\"%s\")%n"'

> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> Reviewed-by: Matthew Wilcox <mawilcox@microsoft.com>
> ---
> v2: Modified the change log

3rd time's the charm?

thanks,

greg k-h

\
 
 \ /
  Last update: 2018-04-16 17:28    [W:0.062 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site