diff options
-rw-r--r-- | fs/btrfs/ctree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index acd532af8e55..0d1d966b0fe4 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c | |||
@@ -1604,7 +1604,7 @@ read_block_for_search(struct btrfs_trans_handle *trans, | |||
1604 | btrfs_release_path(NULL, p); | 1604 | btrfs_release_path(NULL, p); |
1605 | 1605 | ||
1606 | ret = -EAGAIN; | 1606 | ret = -EAGAIN; |
1607 | tmp = read_tree_block(root, blocknr, blocksize, gen); | 1607 | tmp = read_tree_block(root, blocknr, blocksize, 0); |
1608 | if (tmp) { | 1608 | if (tmp) { |
1609 | /* | 1609 | /* |
1610 | * If the read above didn't mark this buffer up to date, | 1610 | * If the read above didn't mark this buffer up to date, |