Skip to content
Commit e9061e21 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: fix uninit compiler warning in cow_file_range_nocow



The extent_type variable was exposed uninit via a goto.  It should be
impossible to trigger because it is protected by a check on another
variable, but this makes sure.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 82d339d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment