summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoldwyn Rodrigues <rgoldwyn@suse.com>2016-09-22 14:11:34 -0500
committerDavid Sterba <dsterba@suse.com>2016-09-26 19:37:06 +0200
commit0f5053eb90f58c619885eac2757ccdc5eccd9046 (patch)
treed7ee8a7490f17d5c1ed18f680a4abbc96d69b978
parent6cea66e5447caff77d4a3a61295a5d922b97cb4a (diff)
btrfs: parent_start initialization cleanup
Code cleanup. parent_start is initialized multiple times when it is not necessary to do so. Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--fs/btrfs/ctree.c18
1 files changed, 3 insertions, 15 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c