]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/relay.c: change return type to vm_fault_t
authorSouptick Joarder <jrdr.linux@gmail.com>
Thu, 14 Jun 2018 22:27:31 +0000 (15:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 14 Jun 2018 22:55:24 +0000 (07:55 +0900)
commit2dafeae2be42ea01e90ca85e2b111c604291a8ae
tree35e3187a300a3a92f177662e4317d6ace0c234b2
parent4fa77e5206110bd177d3a19068463b9d02d5c887
kernel/relay.c: change return type to vm_fault_t

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 cbb1cb712168 ("mm: change return type to vm_fault_t")

Link: http://lkml.kernel.org/r/20180510140335.GA25363@jordon-HP-15-Notebook-PC
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: Matthew Wilcox <mawilcox@microsoft.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Eric Biggers <ebiggers@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/relay.c