Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stefan Roesch and committed by
David Sterba
611df5d6 d7f67ac9

+1
+1
mm/page-writeback.c
··· 1933 1933 wb_put(wb); 1934 1934 return ret; 1935 1935 } 1936 + EXPORT_SYMBOL_GPL(balance_dirty_pages_ratelimited_flags); 1936 1937 1937 1938 /** 1938 1939 * balance_dirty_pages_ratelimited - balance dirty memory state.