summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
diff options
context:
space:
mode:
authorNikolay Borisov <nborisov@suse.com>2018-02-27 17:37:16 +0200
committerDavid Sterba <dsterba@suse.com>2018-03-26 15:09:41 +0200
commit448f3a17ac538f6e5b0fa94259cb41f3f019394f (patch)
treea2a3f099684c97a792cc683492ba738e122c2c45 /fs/btrfs/ctree.c
parent738c93d42c277d790cd49372c9bf24bcfea13306 (diff)
downloadlinux-stable-448f3a17ac538f6e5b0fa94259cb41f3f019394f.tar.gz
linux-stable-448f3a17ac538f6e5b0fa94259cb41f3f019394f.tar.bz2
linux-stable-448f3a17ac538f6e5b0fa94259cb41f3f019394f.zip
btrfs: Remove redundant comment from btrfs_search_forward
This function always sets keep_locks to 1 and saves the old value of keep_locks which is restored at the end. So there is no way it can be called without keep_locks being set. Remove comment imposing redundant requirement on callers. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ctree.c')
-rw-r--r--fs/btrfs/ctree.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
index b88a79e69ddf..a80fcd285b34 100644
--- a/fs/btrfs/ctree.c
+++ b/fs/btrfs/ctree.c
@@ -5145,9 +5145,6 @@ int btrfs_prev_leaf(struct btrfs_root *root, struct btrfs_path *path)
* into min_key, so you can call btrfs_search_slot with cow=1 on the
* key and get a writable path.
*
- * This does lock as it descends, and path->keep_locks should be set
- * to 1 by the caller.
- *
* This honors path->lowest_level to prevent descent past a given level
* of the tree.
*