Commit 004fb575 authored by Chris Mason's avatar Chris Mason

Btrfs: write_extent_pages came in 2.6.23

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 81d7ed29
......@@ -2107,7 +2107,7 @@ static int __extent_writepage(struct page *page, struct writeback_control *wbc,
return 0;
}
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,20)
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23)
/* Taken directly from 2.6.23 for 2.6.18 back port */
typedef int (*writepage_t)(struct page *page, struct writeback_control *wbc,
void *data);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment