Skip to content
Commit 2b108268 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: don't use highmem for free space cache pages



In order to create the free space cache concurrently with FS modifications,
we need to take a few block group locks.

The cache code also does kmap, which would schedule with the locks held.
Instead of going through kmap_atomic, lets just use lowmem for the cache
pages.

Signed-off-by: default avatarChris Mason <clm@fb.com>
parent c9dc4c65
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