]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a86ae504f0d11eb236d8e1d58d367cf11d6d108
treef8b6f56c9ffd89d5a4fa0143396639cc447c3f34
parentc4b4b3fba866764f5846fc15551a84b66937c5f1
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 668ff7502a9d ("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