summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-05-04 09:46:10 (GMT)
committerDavid Sterba <dsterba@suse.com>2016-05-06 12:57:57 (GMT)
commit58409edd2d5cc24716cb9ce690803696c5118503 (patch)
treeea605dcc992dea3d662abb8e72cd0c0ca6a6e6ad /fs/btrfs/extent_io.h
parentad8403df054c9b5dc3175a26c6179571b9cafa4e (diff)
downloadlinux-58409edd2d5cc24716cb9ce690803696c5118503.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.h b/fs/btrfs/extent_io.h
index b5e0ade..981f402 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,