Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197972
b: refs/heads/master
c: 52957fe
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Al Viro committed May 21, 2010
1 parent bd1b12d commit b95ac97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 9a2296832c43da93a88e1edd59f3d17acffca36c
refs/heads/master: 52957fe1c709d5ca3732456d73f4e4d95492c72c
6 changes: 3 additions & 3 deletions trunk/fs/fs-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ struct wb_writeback_args {
long nr_pages;
struct super_block *sb;
enum writeback_sync_modes sync_mode;
int for_kupdate:1;
int range_cyclic:1;
int for_background:1;
unsigned int for_kupdate:1;
unsigned int range_cyclic:1;
unsigned int for_background:1;
};

/*
Expand Down

0 comments on commit b95ac97

Please sign in to comment.