Skip to content
Commit 401b25aa authored by Souptick Joarder's avatar Souptick Joarder Committed by Theodore Ts'o
Browse files

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: default avatarSouptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
Reviewed-by: default avatarMatthew Wilcox <willy@infradead.org>
parent 625ef8a3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment