Loading fs/btrfs/extent_io.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2107,7 +2107,7 @@ static int __extent_writepage(struct page *page, struct writeback_control *wbc, return 0; return 0; } } #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23) #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) /* Taken directly from 2.6.23 for 2.6.18 back port */ /* Taken directly from 2.6.23 for 2.6.18 back port */ typedef int (*writepage_t)(struct page *page, struct writeback_control *wbc, typedef int (*writepage_t)(struct page *page, struct writeback_control *wbc, void *data); void *data); Loading Loading
fs/btrfs/extent_io.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2107,7 +2107,7 @@ static int __extent_writepage(struct page *page, struct writeback_control *wbc, return 0; return 0; } } #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23) #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) /* Taken directly from 2.6.23 for 2.6.18 back port */ /* Taken directly from 2.6.23 for 2.6.18 back port */ typedef int (*writepage_t)(struct page *page, struct writeback_control *wbc, typedef int (*writepage_t)(struct page *page, struct writeback_control *wbc, void *data); void *data); Loading