X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=fs%2Fbtrfs%2Fbackref.c;fp=fs%2Fbtrfs%2Fbackref.c;h=728c728d03f3c60ffc72bf40ddb867110db21bb9;hp=78b202d198b8e1741690a2a10fec1955cf221440;hb=6534c0c99dddafc47bd4152949751ccd6a5681fc;hpb=069a2e37789a9adb236d8f7a5f65a1390b51f184 diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c index 78b202d198b8..728c728d03f3 100644 --- a/fs/btrfs/backref.c +++ b/fs/btrfs/backref.c @@ -1211,7 +1211,7 @@ static int find_parent_nodes(struct btrfs_trans_handle *trans, again: head = NULL; - ret = btrfs_search_slot(trans, fs_info->extent_root, &key, path, 0, 0); + ret = btrfs_search_slot(NULL, fs_info->extent_root, &key, path, 0, 0); if (ret < 0) goto out; BUG_ON(ret == 0);