commit | 71fe989961374ae55863c5da527bcf45be020834 | [log] [tgz] |
---|---|---|
author | Souptick Joarder <jrdr.linux@gmail.com> | Sun May 13 16:01:49 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 13 16:01:49 2018 -0400 |
tree | f8b6f56c9ffd89d5a4fa0143396639cc447c3f34 | |
parent | 2ee3ee06a8fd792765fa3267ddf928997797eec5 [diff] |
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>