commit | 401b25aa1a75e7fe4e3202a6336604269697d705 | [log] [tgz] |
---|---|---|
author | Souptick Joarder <jrdr.linux@gmail.com> | Tue Oct 02 22:20:50 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Oct 02 22:20:50 2018 -0400 |
tree | 6506f794016ad7f8e905e33cd5faa5090a0f4dd7 | |
parent | 625ef8a3acd111d5f496d190baf99d1a815bd03e [diff] |
ext4: convert fault handler to use vm_fault_t type Return type of ext4_page_mkwrite and ext4_filemap_fault are changed to use vm_fault_t type. With this patch all the callers of block_page_mkwrite_return() are changed to handle vm_fault_t. So converting the return type of block_page_mkwrite_return() 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 <willy@infradead.org>