Skip to content
Commit 24a70313 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: remove free-space-cache.c WARN during log replay



The log replay code only partially loads block groups, since
the block group caching code is able to detect and deal with
extents the logging code has pinned down.

While the logging code is pinning down block groups, there is
a bogus WARN_ON we're hitting if the code wasn't able to find
an extent in the cache.  This commit removes the warning because
it can happen any time there isn't a valid free space cache
for that block group.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 4d479cf0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment