diff options
author | Chris Mason <[email protected]> | 2017-05-04 16:08:08 -0700 |
---|---|---|
committer | Chris Mason <[email protected]> | 2017-05-04 16:56:11 -0700 |
commit | 9bcaaea7418d09691f1ffab5c49aacafe3eef9d0 (patch) | |
tree | de8fb04851d438df09674e02002e28ce8657af76 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | bce19f9d232b71c4eef9ca7d0947035bbb922cef (diff) |
btrfs: fix the gfp_mask for the reada_zones radix tree
Commits cc8385b59e17 and 7ef70b4d9987a7 added preallocation for the
reada radix trees and also switched them over to GFP_KERNEL for the
default gfp mask.
Since we're doing radix tree insertions under spinlocks, we need
to make sure the mask doesn't allow sleeping. This fix keeps
the radix preallocation but switches back to the original gfp_mask.
Reported-by: Filipe Manana <[email protected]>
Signed-off-by: Chris Mason <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions