commit | b5227c075b5c11d5cf653bac5c01b9f7f03f2a8f | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Dec 03 13:08:59 2015 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Dec 07 15:06:45 2015 +0100 |
tree | c75377d2b70d9e6b5163eb8ffc7d0d0df4376a73 | |
parent | a9d93e1778f3a92852d3816cd203cbec179b8813 [diff] |
btrfs: make end_extent_writepage return void Does not return any errors, nor anything from the callgraph. The branch in end_bio_extent_writepage has been skipped since 5fd02043553b ("Btrfs: finish ordered extents in their own thread"). Signed-off-by: David Sterba <dsterba@suse.com>