commit | 20c9801d393d9f077c476f40440b481daaccb9d6 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Feb 17 15:59:35 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Tue Feb 28 14:29:24 2017 +0100 |
tree | c7dbce8b7c6908bcfde03baee494d9aa44ddade8 | |
parent | 4d53dddbec671bcb64a936a3d2b7bf1ce2252ed0 [diff] |
btrfs: drop checks for mandatory extent_io_ops callbacks We know that eadpage_end_io_hook, submit_bio_hook and merge_bio_hook are always defined so we can drop the checks before we call them. Signed-off-by: David Sterba <dsterba@suse.com>