Skip to content
Commit 59de6231 authored by William A. Kennington III's avatar William A. Kennington III Committed by Evgeny Egorochkin
Browse files

btrfs: fix build to link against libgcc_s so that pthread_cancel is linked

Currently, the command btrfs scrub start <filesystem> attempts to invoke the pthread_cancel
routine and ends with an error melibgcc_sssage about it being missing. This prevents btrfs
scrub status from maintaining proper statistics about the running scrub.

Close #1127.
parent 216e9976
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