Merge tag 'v4.12-rc5' into for-4.13/block
We've already got a few conflicts and upcoming work depends on some of the changes that have gone into mainline as regression fixes for this series. Pull in 4.12-rc5 to resolve these conflicts and make it easier on down stream trees to continue working on 4.13 changes. Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -2951,7 +2951,7 @@ static int btrfs_finish_ordered_io(struct btrfs_ordered_extent *ordered_extent)
|
||||
|
||||
ret = test_range_bit(io_tree, ordered_extent->file_offset,
|
||||
ordered_extent->file_offset + ordered_extent->len - 1,
|
||||
EXTENT_DEFRAG, 1, cached_state);
|
||||
EXTENT_DEFRAG, 0, cached_state);
|
||||
if (ret) {
|
||||
u64 last_snapshot = btrfs_root_last_snapshot(&root->root_item);
|
||||
if (0 && last_snapshot >= BTRFS_I(inode)->generation)
|
||||
@@ -7482,8 +7482,8 @@ bool btrfs_page_exists_in_range(struct inode *inode, loff_t start, loff_t end)
|
||||
int found = false;
|
||||
void **pagep = NULL;
|
||||
struct page *page = NULL;
|
||||
int start_idx;
|
||||
int end_idx;
|
||||
unsigned long start_idx;
|
||||
unsigned long end_idx;
|
||||
|
||||
start_idx = start >> PAGE_SHIFT;
|
||||
|
||||
|
Reference in New Issue
Block a user