mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
mm: export balance_dirty_pages_ratelimited_flags()
Export the function balance_dirty_pages_ratelimited_flags(). It is now also called from btrfs. Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Stefan Roesch <shr@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
d7f67ac9a9
commit
611df5d661
1 changed files with 1 additions and 0 deletions
|
@ -1933,6 +1933,7 @@ int balance_dirty_pages_ratelimited_flags(struct address_space *mapping,
|
|||
wb_put(wb);
|
||||
return ret;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(balance_dirty_pages_ratelimited_flags);
|
||||
|
||||
/**
|
||||
* balance_dirty_pages_ratelimited - balance dirty memory state.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue