commit | 6acec592c6bc9a4c3136e46430e14767b07f9f1a | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu Jul 06 07:02:30 2017 -0400 |
committer | Jeff Layton <jlayton@redhat.com> | Thu Jul 06 07:02:30 2017 -0400 |
tree | 05443e39b44e721fdc8b8bdfd8a264cc13b2a042 | |
parent | 383aa543c2f46f245d652c0e5c77390f07ece657 [diff] |
ext4: use errseq_t based error handling for reporting data writeback errors Add a call to filemap_report_wb_err at the end of ext4_sync_file. This will ensure that we check and advance the errseq_t in the file, which allows us to track and report errors on all open fds when they occur. Signed-off-by: Jeff Layton <jlayton@redhat.com>