aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/bpobj.c
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2011-05-06 15:12:15 -0700
committerBrian Behlendorf <[email protected]>2011-05-06 15:26:26 -0700
commit21ade34764d11498abece590b965ce766f31de88 (patch)
treec42ae469dd9f39192d951a851e421179170abcb4 /module/zfs/bpobj.c
parent3117dd0b9005eb76e483b9772c493883b82998bb (diff)
Disable direct reclaim for z_wr_* threads
The direct reclaim path in the z_wr_* threads must be disabled to ensure forward progress is always maintained for txg processing. This ensures that a txg will never get stuck waiting on itself because it entered the following memory reclaim callpath. ->prune_icache()->dispose_list()->zpl_clear_inode()->zfs_inactive() ->dmu_tx_assign()->dmu_tx_wait()->tgx_wait_open() It would be preferable to target this exact code path but the kernel offers no way to do this without custom patches. To avoid this we are forced to disable all reclaim for these threads. It should not be necessary to do this for other other z_* threads because they will not hold a txg open. Closes #232
Diffstat (limited to 'module/zfs/bpobj.c')
0 files changed, 0 insertions, 0 deletions