]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
btrfs: minimal conversion to errseq_t writeback error reporting on fsync
authorJeff Layton <jlayton@redhat.com>
Thu, 6 Jul 2017 11:02:31 +0000 (07:02 -0400)
committerJeff Layton <jlayton@redhat.com>
Thu, 6 Jul 2017 11:02:31 +0000 (07:02 -0400)
commit333427a505be1e10d8da13427dc0c33ec1976b99
treeea09f92ec458c48fe51ba5277f9e1806945873a3
parent1b180274f5bfa0b8b05f7e55d9962f77f387be9c
btrfs: minimal conversion to errseq_t writeback error reporting on fsync

Just check and advance the errseq_t in the file before returning, and
use an errseq_t based check for writeback errors.

Other internal callers of filemap_* functions are left as-is.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/btrfs/file.c