diff options
author | Souptick Joarder <jrdr.linux@gmail.com> | 2018-06-07 17:08:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-07 17:34:36 -0700 |
commit | 2bcd6454bae78775632e1848ce1eabf65c6fbd4f (patch) | |
tree | 2c474c3ee60bbfc0fb3b6f210c317bb4ce952ef4 /mm/memblock.c | |
parent | a380b40abbcecda28037b712fc437e157a1e9b57 (diff) | |
download | blackbird-op-linux-2bcd6454bae78775632e1848ce1eabf65c6fbd4f.tar.gz blackbird-op-linux-2bcd6454bae78775632e1848ce1eabf65c6fbd4f.zip |
mm: use new return type vm_fault_t
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.
Link: http://lkml.kernel.org/r/20180511190542.GA2412@jordon-HP-15-Notebook-PC
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: Matthew Wilcox <mawilcox@microsoft.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Jan Kara <jack@suse.cz>
Cc: Ross Zwisler <ross.zwisler@linux.intel.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Hugh Dickins <hughd@google.com>
Cc: Pavel Tatashin <pasha.tatashin@oracle.com>
Cc: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memblock.c')
0 files changed, 0 insertions, 0 deletions