]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited5ab8f3930fb65307cda5704b3827d283d30ee9
tree2f486803a8e1167a0dd80ee94f0e2df75bc2d799
parent02456361ae25407d6e1a1731f4d35b39e19ba119
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