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

btrfs: send: remove old TODO regarding ERESTARTSYS



The whole send operation is restartable and handling properly a buffer
write may not be easy. We can't know what caused that and if a short
delay and retry will fix it or how many retries should be performed in
case it's a temporary condition.

The error value is returned to the ioctl caller so in case it's
transient problem, the user would be notified about the reason. Remove
the TODO note as there's no plan to handle ERESTARTSYS.

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