summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@gmail.com>2013-10-01 15:13:42 (GMT)
committerChris Mason <chris.mason@fusionio.com>2013-11-12 02:54:57 (GMT)
commit6174d3cb43aa974d0c8590a3e628ac35ab0bbc13 (patch)
tree4b268eeef057cf4cc3abd931905cf8547ef478d4 /fs/btrfs/ctree.c
parent7d3d1744f8a7d62e4875bd69cc2192a939813880 (diff)
downloadlinux-6174d3cb43aa974d0c8590a3e628ac35ab0bbc13.tar.xz
Btrfs: remove unused max_key arg from btrfs_search_forward
It is not used for anything. Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'fs/btrfs/ctree.c')
-rw-r--r--fs/btrfs/ctree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
index 6c5239b..33e9dbd 100644
--- a/fs/btrfs/ctree.c
+++ b/fs/btrfs/ctree.c
@@ -4870,7 +4870,6 @@ static int btrfs_prev_leaf(struct btrfs_root *root, struct btrfs_path *path)
* was nothing in the tree that matched the search criteria.
*/
int btrfs_search_forward(struct btrfs_root *root, struct btrfs_key *min_key,
- struct btrfs_key *max_key,
struct btrfs_path *path,
u64 min_trans)
{