commit | 1d4805386ef17ebaf6ada087138d548c469369ad | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Mon Jan 23 17:28:19 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Fri Feb 17 12:03:49 2017 +0100 |
tree | 9ea455e62faf08a51f85312b713d6e4633154762 | |
parent | 6602caf149cc7698fc94160803c598ae708d686c [diff] |
btrfs: make space cache inode readahead failure nonfatal 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 <bo.li.liu@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>