aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/btrfs/extent_io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 866460c3d72c..88322684be6a 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -2109,8 +2109,7 @@ done:
2109 return 0; 2109 return 0;
2110} 2110}
2111 2111
2112#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,18) 2112#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,20)
2113
2114/* Taken directly from 2.6.23 for 2.6.18 back port */ 2113/* Taken directly from 2.6.23 for 2.6.18 back port */
2115typedef int (*writepage_t)(struct page *page, struct writeback_control *wbc, 2114typedef int (*writepage_t)(struct page *page, struct writeback_control *wbc,
2116 void *data); 2115 void *data);