]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: make space cache inode readahead failure nonfatal
authorDavid Sterba <dsterba@suse.com>
Mon, 23 Jan 2017 16:28:19 +0000 (17:28 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 17 Feb 2017 11:03:49 +0000 (12:03 +0100)
commit5fad451f5677901019eb1f513b6a867454623825
tree9ea455e62faf08a51f85312b713d6e4633154762
parenta895d88c679ae24d0cdf87ff14cdfadfdd797c2e
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>
fs/btrfs/free-space-cache.c