diff options
Diffstat (limited to 'include/linux/writeback.h')
-rw-r--r-- | include/linux/writeback.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h index d8e96a480850..8797b20dd22b 100644 --- a/include/linux/writeback.h +++ b/include/linux/writeback.h | |||
@@ -46,7 +46,6 @@ struct writeback_control { | |||
46 | unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */ | 46 | unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */ |
47 | unsigned for_reclaim:1; /* Invoked from the page allocator */ | 47 | unsigned for_reclaim:1; /* Invoked from the page allocator */ |
48 | unsigned range_cyclic:1; /* range_start is cyclic */ | 48 | unsigned range_cyclic:1; /* range_start is cyclic */ |
49 | unsigned more_io:1; /* more io to be dispatched */ | ||
50 | }; | 49 | }; |
51 | 50 | ||
52 | /* | 51 | /* |