diff options
Diffstat (limited to 'include/linux/writeback.h')
-rw-r--r-- | include/linux/writeback.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h index c6148bbf1250..b7b3362f7717 100644 --- a/include/linux/writeback.h +++ b/include/linux/writeback.h | |||
@@ -62,6 +62,7 @@ struct writeback_control { | |||
62 | unsigned for_reclaim:1; /* Invoked from the page allocator */ | 62 | unsigned for_reclaim:1; /* Invoked from the page allocator */ |
63 | unsigned for_writepages:1; /* This is a writepages() call */ | 63 | unsigned for_writepages:1; /* This is a writepages() call */ |
64 | unsigned range_cyclic:1; /* range_start is cyclic */ | 64 | unsigned range_cyclic:1; /* range_start is cyclic */ |
65 | unsigned more_io:1; /* more io to be dispatched */ | ||
65 | }; | 66 | }; |
66 | 67 | ||
67 | /* | 68 | /* |
@@ -100,6 +101,7 @@ extern int dirty_background_ratio; | |||
100 | extern int vm_dirty_ratio; | 101 | extern int vm_dirty_ratio; |
101 | extern int dirty_writeback_interval; | 102 | extern int dirty_writeback_interval; |
102 | extern int dirty_expire_interval; | 103 | extern int dirty_expire_interval; |
104 | extern int vm_highmem_is_dirtyable; | ||
103 | extern int block_dump; | 105 | extern int block_dump; |
104 | extern int laptop_mode; | 106 | extern int laptop_mode; |
105 | 107 | ||