diff options
Diffstat (limited to 'include/linux/writeback.h')
-rw-r--r-- | include/linux/writeback.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h index 17e7ccc322a5..3f6542ca6198 100644 --- a/include/linux/writeback.h +++ b/include/linux/writeback.h | |||
@@ -47,6 +47,7 @@ struct writeback_control { | |||
47 | unsigned encountered_congestion:1; /* An output: a queue is full */ | 47 | unsigned encountered_congestion:1; /* An output: a queue is full */ |
48 | unsigned for_kupdate:1; /* A kupdate writeback */ | 48 | unsigned for_kupdate:1; /* A kupdate writeback */ |
49 | unsigned for_background:1; /* A background writeback */ | 49 | unsigned for_background:1; /* A background writeback */ |
50 | unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */ | ||
50 | unsigned for_reclaim:1; /* Invoked from the page allocator */ | 51 | unsigned for_reclaim:1; /* Invoked from the page allocator */ |
51 | unsigned range_cyclic:1; /* range_start is cyclic */ | 52 | unsigned range_cyclic:1; /* range_start is cyclic */ |
52 | unsigned more_io:1; /* more io to be dispatched */ | 53 | unsigned more_io:1; /* more io to be dispatched */ |