diff options
-rw-r--r-- | fs/btrfs/extent_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index c1c980d1fbbf..2368536629e7 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c | |||
@@ -2107,7 +2107,7 @@ done: | |||
2107 | return 0; | 2107 | return 0; |
2108 | } | 2108 | } |
2109 | 2109 | ||
2110 | #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23) | 2110 | #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) |
2111 | /* Taken directly from 2.6.23 for 2.6.18 back port */ | 2111 | /* Taken directly from 2.6.23 for 2.6.18 back port */ |
2112 | typedef int (*writepage_t)(struct page *page, struct writeback_control *wbc, | 2112 | typedef int (*writepage_t)(struct page *page, struct writeback_control *wbc, |
2113 | void *data); | 2113 | void *data); |