Skip to content

Commit

Permalink
mm: export balance_dirty_pages_ratelimited_flags()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Roesch authored and David Sterba committed Sep 26, 2022
1 parent d7f67ac commit 611df5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm/page-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 611df5d

Please sign in to comment.