Skip to content
Commit e6c11f9a authored by David Sterba's avatar David Sterba
Browse files

btrfs: reuse existing variable in scrub_stripe, reduce stack usage



The key variable occupies 17 bytes, the key_start is used once, we can
simply reuse existing 'key' for that purpose. As the key is not a simple
type, compiler doest not do it on itself.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 49a3c4d9
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