]> 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)
commit3466dac347962d36d31f7d99738d6da23e7b1728
tree2f486803a8e1167a0dd80ee94f0e2df75bc2d799
parentc9a58d4ac979c7c402deac832fc514384b392749
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