Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308496
b: refs/heads/master
c: 4cd9069
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kennedy authored and Fengguang Wu committed Apr 25, 2012
1 parent faa43d6 commit c106aff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18cf8cf8bab1296f477ee4dd8f78b5b23c5a192e
refs/heads/master: 4cd9069a0a0e5fb8b007425c937642682ac96c76
3 changes: 2 additions & 1 deletion trunk/include/linux/writeback.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ extern const char *wb_reason_name[];
* in a manner such that unspecified fields are set to zero.
*/
struct writeback_control {
enum writeback_sync_modes sync_mode;
long nr_to_write; /* Write this many pages, and decrement
this for each page written */
long pages_skipped; /* Pages which were not written */
Expand All @@ -71,6 +70,8 @@ struct writeback_control {
loff_t range_start;
loff_t range_end;

enum writeback_sync_modes sync_mode;

unsigned for_kupdate:1; /* A kupdate writeback */
unsigned for_background:1; /* A background writeback */
unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */
Expand Down

0 comments on commit c106aff

Please sign in to comment.