summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
diff options
context:
space:
mode:
authorJohannes Thumshirn <jth@kernel.org>2019-12-05 14:19:58 +0100
committerDavid Sterba <dsterba@suse.com>2020-01-20 16:40:52 +0100
commit129699522581f465e0300a286ed28a0aab0893d3 (patch)
tree38dca04ea4b4072695e79096d1454e678936a766 /fs/btrfs/volumes.c
parent3dbd351df42109902fbcebf27104149226a4fcd9 (diff)
btrfs: remove superfluous BUG_ON() in integrity checks
btrfsic_process_superblock() BUG_ON()s if 'state' is NULL. But this can never happen as the only caller from btrfsic_process_superblock() is btrfsic_mount() which allocates 'state' some lines above calling btrfsic_process_superblock() and checks for the allocation to succeed. Let's just remove the impossible to hit BUG_ON(). Signed-off-by: Johannes Thumshirn <jth@kernel.org> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/volumes.c')
0 files changed, 0 insertions, 0 deletions