diff options
author | 2014-11-03 15:13:33 +0000 | |
---|---|---|
committer | 2014-11-03 15:13:33 +0000 | |
commit | ebc01f593b58e1896150fc2e3cbdd0116323c52c (patch) | |
tree | 23e905a3fdbee3fc8a66ef760b9ed5ef5455e9dd /fs/btrfs/tree-log.c | |
parent | ASoC: sgtl5000: Use the preferred form for passing a size of a struct (diff) | |
parent | Linux 3.18-rc3 (diff) | |
download | wireguard-linux-ebc01f593b58e1896150fc2e3cbdd0116323c52c.tar.xz wireguard-linux-ebc01f593b58e1896150fc2e3cbdd0116323c52c.zip |
Merge tag 'v3.18-rc3' into asoc-sgtl5000
Linux 3.18-rc3
Diffstat (limited to 'fs/btrfs/tree-log.c')
-rw-r--r-- | fs/btrfs/tree-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 1475979e5718..286213cec861 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -672,7 +672,7 @@ static noinline int replay_one_extent(struct btrfs_trans_handle *trans, * is this extent already allocated in the extent * allocation tree? If so, just add a reference */ - ret = btrfs_lookup_extent(root, ins.objectid, + ret = btrfs_lookup_data_extent(root, ins.objectid, ins.offset); if (ret == 0) { ret = btrfs_inc_extent_ref(trans, root, |