commit | 2b108268006e06d57ec9810f4ccf5d99d7e5b598 | [log] [tgz] |
---|---|---|
author | Chris Mason <clm@fb.com> | Mon Apr 06 07:48:20 2015 -0700 |
committer | Chris Mason <clm@fb.com> | Fri Apr 10 14:07:18 2015 -0700 |
tree | 349dd004791477ef08e430d32fcb91be3ed6ebff | |
parent | c9dc4c6578502c2085705347375b82089aad18d0 [diff] |
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: Chris Mason <clm@fb.com>