diff --git a/[refs] b/[refs] index eb09cf8c5c26..8ae161f657eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a5eb62e345fc1818d0d8b6181463200a9e8dfe39 +refs/heads/master: 594994aa3ea4cb52cba9c83a4b6f03e6ff3a646e diff --git a/trunk/fs/btrfs/extent_io.c b/trunk/fs/btrfs/extent_io.c index 866460c3d72c..88322684be6a 100644 --- a/trunk/fs/btrfs/extent_io.c +++ b/trunk/fs/btrfs/extent_io.c @@ -2109,8 +2109,7 @@ static int __extent_writepage(struct page *page, struct writeback_control *wbc, return 0; } -#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,18) - +#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,20) /* 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);