summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
diff options
context:
space:
mode:
authorJosef Bacik <jbacik@fusionio.com>2013-07-22 12:50:37 -0400
committerChris Mason <chris.mason@fusionio.com>2013-09-01 08:04:23 -0400
commit50f1319cb5f7690e4d9de18d1a75ea89296d0e53 (patch)
tree7159026e037c35707d7814d1a442b10dbe9c5dfc /fs/btrfs/extent-tree.c
parenta1b83ac52d23c85581b87836c346fb5cb90f6bfd (diff)
Btrfs: reset ret in record_one_backref
I was getting warnings when running find ./ -type f -exec btrfs fi defrag -f {} \; from record_one_backref because ret was set. Turns out it was because it was set to 1 because the search slot didn't come out exact and we never reset it. So reset it to 0 right after the search so we don't leak this and get uneccessary warnings. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'fs/btrfs/extent-tree.c')
0 files changed, 0 insertions, 0 deletions