diff options
author | David Sterba <dsterba@suse.com> | 2016-05-04 11:46:10 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-05-06 14:57:57 +0200 |
commit | 58409edd2d5cc24716cb9ce690803696c5118503 (patch) | |
tree | ea605dcc992dea3d662abb8e72cd0c0ca6a6e6ad /fs/btrfs/extent_io.h | |
parent | ad8403df054c9b5dc3175a26c6179571b9cafa4e (diff) | |
download | linux-58409edd2d5cc24716cb9ce690803696c5118503.tar.bz2 |
btrfs: kill unused writepage_io_hook callback
It seems to be long time unused, since 2008 and
6885f308b5570 ("Btrfs: Misc 2.6.25 updates").
Propagating the removal touches some code but has no functional effect.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent_io.h')
-rw-r--r-- | fs/btrfs/extent_io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.h b/fs/btrfs/extent_io.h index b5e0ade90e88..981f402bf754 100644 --- a/fs/btrfs/extent_io.h +++ b/fs/btrfs/extent_io.h @@ -71,7 +71,6 @@ struct extent_io_ops { u64 start, u64 end, int *page_started, unsigned long *nr_written); int (*writepage_start_hook)(struct page *page, u64 start, u64 end); - int (*writepage_io_hook)(struct page *page, u64 start, u64 end); extent_submit_bio_hook_t *submit_bio_hook; int (*merge_bio_hook)(int rw, struct page *page, unsigned long offset, size_t size, struct bio *bio, |