Jeff Layton 3b49c9a1e9 fs: convert a pile of fsync routines to errseq_t based reporting
This patch converts most of the in-kernel filesystems that do writeback
out of the pagecache to report errors using the errseq_t-based
infrastructure that was recently added. This allows them to report
errors once for each open file description.

Most filesystems have a fairly straightforward fsync operation. They
call filemap_write_and_wait_range to write back all of the data and
wait on it, and then (sometimes) sync out the metadata.

For those filesystems this is a straightforward conversion from calling
filemap_write_and_wait_range in their fsync operation to calling
file_write_and_wait_range.

Acked-by: Jan Kara <jack@suse.cz>
Acked-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2017-08-01 08:39:29 -04:00
..
2014-10-09 22:25:46 -04:00
2014-04-07 16:35:49 -07:00
2015-06-23 18:01:59 -04:00
2009-01-22 13:15:55 +03:00
2011-03-31 11:26:23 -03:00
2015-06-24 17:49:38 -07:00
2016-01-22 18:04:28 -05:00
2011-03-31 11:26:23 -03:00
2006-12-07 08:39:23 -08:00
2008-05-24 09:56:08 -07:00