commit | 5ab5e44a36164f0366a98b47289c868d8fbcb256 | [log] [tgz] |
---|---|---|
author | Filipe Manana <fdmanana@suse.com> | Thu Nov 13 16:59:53 2014 +0000 |
committer | Chris Mason <clm@fb.com> | Fri Nov 21 11:59:55 2014 -0800 |
tree | 4802373217d37ebbdbfadd5fc2093ce4e682efe4 | |
parent | a28046956c71985046474283fa3bcd256915fb72 [diff] |
Btrfs: don't ignore log btree writeback errors If an error happens during writeback of log btree extents, make sure the error is returned to the caller (fsync), so that it takes proper action (commit current transaction) instead of writing a superblock that points to log btrees with all or some nodes that weren't durably persisted. Signed-off-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Chris Mason <clm@fb.com>