btrfs: send: in case of IO error log it
authorDāvis Mosāns <davispuh@gmail.com>
Sat, 5 Feb 2022 18:48:23 +0000 (20:48 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 9 Feb 2022 17:53:26 +0000 (18:53 +0100)
commit2e7be9db125a0bf940c5d65eb5c40d8700f738b5
tree2f486803a8e1167a0dd80ee94f0e2df75bc2d799
parenta0f0cf8341e34e5d2265bfd3a7ad68342da1e2aa
btrfs: send: in case of IO error log it

Currently if we get IO error while doing send then we abort without
logging information about which file caused issue.  So log it to help
with debugging.

CC: stable@vger.kernel.org # 4.9+
Signed-off-by: Dāvis Mosāns <davispuh@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/send.c