commit | 20a7db8ab3f2057a518448b1728d504ffadef65e | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Feb 17 16:24:29 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Tue Feb 28 14:29:24 2017 +0100 |
tree | 09d4f1e8acb66b0f935306cbee04b572824df95c | |
parent | 20c9801d393d9f077c476f40440b481daaccb9d6 [diff] |
btrfs: add dummy callback for readpage_io_failed and drop checks Make extent_io_ops::readpage_io_failed_hook callback mandatory and define a dummy function for btrfs_extent_io_ops. As the failed IO callback is not performance critical, the branch vs extra trade off does not hurt. Signed-off-by: David Sterba <dsterba@suse.com>