Skip to content

Commit

Permalink
mm: export dirty_writeback_interval
Browse files Browse the repository at this point in the history
Export 'dirty_writeback_interval' to make it visible to
file-systems. We are going to push superblock management down to
file-systems and get rid of the 'sync_supers' kernel thread completly.

Signed-off-by: Artem Bityutskiy <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
  • Loading branch information
dedekind authored and tytso committed Mar 22, 2012
1 parent 182f514 commit 91913a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mm/page-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ unsigned long vm_dirty_bytes;
*/
unsigned int dirty_writeback_interval = 5 * 100; /* centiseconds */

EXPORT_SYMBOL_GPL(dirty_writeback_interval);

/*
* The longest time for which data is allowed to remain dirty
*/
Expand Down

0 comments on commit 91913a2

Please sign in to comment.