diff options
author | Nikolay Borisov <nborisov@suse.com> | 2018-11-01 14:09:51 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-12-17 14:51:28 +0100 |
commit | a36bb5f9a90c9bab05b7084d21718450e8067fb0 (patch) | |
tree | d3b0308eeb9910ba0c251a5e7e1cd3a96fe6e3c5 /fs/btrfs/ctree.h | |
parent | e06a1fc99cc7eca09118cc02c4d7540fa69e9d09 (diff) | |
download | linux-a36bb5f9a90c9bab05b7084d21718450e8067fb0.tar.bz2 |
btrfs: Remove extent_io_ops::clear_bit_hook callback
This is the counterpart to ex-set_bit_hook (now btrfs_set_delalloc_extent),
similar to what was done before remove clear_bit_hook and rename the
function. No functional changes.
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 9a0e4e1c59ea..18ed4643cde1 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -3152,6 +3152,8 @@ int btrfs_create_subvol_root(struct btrfs_trans_handle *trans, u64 new_dirid); void btrfs_set_delalloc_extent(struct inode *inode, struct extent_state *state, unsigned *bits); +void btrfs_clear_delalloc_extent(struct inode *inode, + struct extent_state *state, unsigned *bits); int btrfs_merge_bio_hook(struct page *page, unsigned long offset, size_t size, struct bio *bio, unsigned long bio_flags); |