On Wed, Jan 03, 2018 at 11:08:44AM +0100, Jan Kara wrote:
When allocation of underlying block for a page fault fails, we fail
the
fault with SIGBUS. However we may well hit ENOSPC just due to lots of
free blocks being held by the running / committing transaction. So
propagate the error from ext4_iomap_begin() and implement do standard
allocation retry loop in ext4_dax_huge_fault().
Reviewed-by: Ross Zwisler <ross.zwisler(a)linux.intel.com>
Signed-off-by: Jan Kara <jack(a)suse.cz>
Applied, thanks.
- Ted