Skip to content
Commit b9688bb8 authored by Arne Jansen's avatar Arne Jansen Committed by David Sterba
Browse files

btrfs: don't return EINTR



It is basically a good thing if we are interruptible when waiting for
free space, but the generality in which it is implemented currently
leads to system calls being interruptible that are not documented this
way. For example git can't handle interrupted unlink(), leading to
corrupt repos under space pressure.
Instead we raise the bar to only be interruptible by SIGKILL.
Thanks to David Sterba for suggesting this.

Signed-off-by: default avatarArne Jansen <sensille@gmx.net>
parent 253beebd
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