]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: defrag: make readahead state allocation failure non-fatal
authorDavid Sterba <dsterba@suse.com>
Thu, 22 Jun 2017 01:22:58 +0000 (03:22 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 16 Aug 2017 14:12:03 +0000 (16:12 +0200)
commitad6ade77c5c9b1e9f9c528819dcadfdb6d263b97
treec9927b31a2bcda6ba85ea564f4d1748f9d07a7a1
parentefc827f7cc367518c6e186406fa40a56351f3c6d
btrfs: defrag: make readahead state allocation failure non-fatal

All sorts of readahead errors are not considered fatal. We can continue
defragmentation without it, with some potential slow down, which will
last only for the current inode.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ioctl.c