fs: ext4: add new return type vm_fault_t
authorSouptick Joarder <jrdr.linux@gmail.com>
Sun, 13 May 2018 20:01:49 +0000 (16:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 13 May 2018 20:01:49 +0000 (16:01 -0400)
commit71fe989961374ae55863c5da527bcf45be020834
treef8b6f56c9ffd89d5a4fa0143396639cc447c3f34
parent2ee3ee06a8fd792765fa3267ddf928997797eec5
fs: ext4: add new return type 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 1c8f422059ae ("mm: change return type to vm_fault_t")

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Matthew Wilcox <mawilcox@microsoft.com>
fs/ext4/file.c