diff options
author | Jan Kara <[email protected]> | 2022-06-23 10:51:46 -0700 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-07-24 18:39:31 -0600 |
commit | fe6c9c6e3e3e332b998393d214fba9d09ab0acb0 (patch) | |
tree | 5c15f495e21679cf5c2c41de0bdec69219f074ec /net/lapb/lapb_subr.c | |
parent | e92eebbb09218e128e559cf12b65317721309324 (diff) |
mm: Add balance_dirty_pages_ratelimited_flags() function
This adds the helper function balance_dirty_pages_ratelimited_flags().
It adds the parameter flags to balance_dirty_pages_ratelimited().
The flags parameter is passed to balance_dirty_pages(). For async
buffered writes the flag value will be BDP_ASYNC.
If balance_dirty_pages() gets called for async buffered write, we don't
want to wait. Instead we need to indicate to the caller that throttling
is needed so that it can stop writing and offload the rest of the write
to a context that can block.
The new helper function is also used by balance_dirty_pages_ratelimited().
Signed-off-by: Jan Kara <[email protected]>
Signed-off-by: Stefan Roesch <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[axboe: fix kerneltest bot 'ret' issue]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions