Skip to content
Commit aa2ffd06 authored by Stefan Behrens's avatar Stefan Behrens Committed by Chris Mason
Browse files

Btrfs: fix a misplaced address operator in a condition



This should obviously not be "if (&flag)" but "if (flag)".

Signed-off-by: default avatarStefan Behrens <sbehrens@giantdisaster.de>
parent b24baf69
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