Btrfs: output warning instead of error when loading free space cache failed
authorMiao Xie <miaox@cn.fujitsu.com>
Thu, 24 Apr 2014 05:31:55 +0000 (13:31 +0800)
committerChris Mason <clm@fb.com>
Tue, 10 Jun 2014 00:20:33 +0000 (17:20 -0700)
If we fail to load a free space cache, we can rebuild it from the extent tree,
so it is not a serious error, we should not output a error message that
would make the users uncomfortable. This patch uses warning message instead
of it.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/free-space-cache.c

Simple merge