Re: [PATCH] btrfs: make space cache inode readahead failure nonfatal

2017-02-14 Thread Liu Bo
On Mon, Feb 13, 2017 at 10:53:12AM +0100, David Sterba wrote: > We do a readahead of the free space cache inode to speed things up but > the failure is not fatal, like in other readahead cases. Proper reads > would need to happen anyway and any errors would be caught there. > Reviewed-by: Liu Bo

[PATCH] btrfs: make space cache inode readahead failure nonfatal

2017-02-13 Thread David Sterba
We do a readahead of the free space cache inode to speed things up but the failure is not fatal, like in other readahead cases. Proper reads would need to happen anyway and any errors would be caught there. Signed-off-by: David Sterba --- fs/btrfs/free-space-cache.c | 10 +++--- 1 file chang