Re: [PATCH v8 10/18] fs: new infrastructure for writeback error handling and reporting

2017-06-29 Thread Jeff Layton
On Thu, 2017-06-29 at 09:19 -0400, jlay...@kernel.org wrote: > From: Jeff Layton > > Most filesystems currently use mapping_set_error and > filemap_check_errors for setting and reporting/clearing writeback errors > at the mapping level. filemap_check_errors is indirectly called from > most of the

Re: [PATCH v8 10/18] fs: new infrastructure for writeback error handling and reporting

2017-06-29 Thread Jeff Layton
On Thu, 2017-06-29 at 09:19 -0400, jlay...@kernel.org wrote: > From: Jeff Layton > > Most filesystems currently use mapping_set_error and > filemap_check_errors for setting and reporting/clearing writeback errors > at the mapping level. filemap_check_errors is indirectly called from > most of the

[PATCH v8 10/18] fs: new infrastructure for writeback error handling and reporting

2017-06-29 Thread jlayton
From: Jeff Layton Most filesystems currently use mapping_set_error and filemap_check_errors for setting and reporting/clearing writeback errors at the mapping level. filemap_check_errors is indirectly called from most of the filemap_fdatawait_* functions and from filemap_write_and_wait*. These fu