diff options
author | Filipe David Borba Manana <fdmanana@gmail.com> | 2013-10-01 16:13:42 +0100 |
---|---|---|
committer | Chris Mason <chris.mason@fusionio.com> | 2013-11-11 21:54:57 -0500 |
commit | 6174d3cb43aa974d0c8590a3e628ac35ab0bbc13 (patch) | |
tree | 4b268eeef057cf4cc3abd931905cf8547ef478d4 /fs/btrfs/ctree.c | |
parent | 7d3d1744f8a7d62e4875bd69cc2192a939813880 (diff) | |
download | linux-6174d3cb43aa974d0c8590a3e628ac35ab0bbc13.tar.gz linux-6174d3cb43aa974d0c8590a3e628ac35ab0bbc13.tar.bz2 linux-6174d3cb43aa974d0c8590a3e628ac35ab0bbc13.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 6c5239b55495..33e9dbdd043d 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) { |