commit | 4d53dddbec671bcb64a936a3d2b7bf1ce2252ed0 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Feb 17 15:27:44 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Tue Feb 28 14:29:24 2017 +0100 |
tree | 332a2d50116a1842e1b205f5137abce8ea606628 | |
parent | c3988d630a4dfec5c09f2b6496734f320949ea9c [diff] |
btrfs: document existence of extent_io ops callbacks Some of the callbacks defined in btree_extent_io_ops and btrfs_extent_io_ops do always exist so we don't need to check the existence before each call. This patch just reorders the definition and documents which are mandatory/optional. Signed-off-by: David Sterba <dsterba@suse.com>