Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115583
b: refs/heads/master
c: 74baaaa
h: refs/heads/master
i:
  115581: 8d6c376
  115579: 4f99568
  115575: 0e882cf
  115567: dd13872
  115551: 3642bf9
  115519: a9d2f21
  115455: 316cdde
v: v3
  • Loading branch information
Aneesh Kumar K.V authored and Theodore Ts'o committed Oct 14, 2008
1 parent 61b2a0e commit 8990739
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: af6f029d3836eb7264cd3fbb13a6baf0e5fdb5ea
refs/heads/master: 74baaaaec8b4f22e1ae279f5ecca4ff705b28912
1 change: 0 additions & 1 deletion trunk/include/linux/writeback.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ struct writeback_control {
unsigned for_writepages:1; /* This is a writepages() call */
unsigned range_cyclic:1; /* range_start is cyclic */
unsigned more_io:1; /* more io to be dispatched */
unsigned range_cont:1;
};

/*
Expand Down
2 changes: 0 additions & 2 deletions trunk/mm/page-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -961,8 +961,6 @@ int write_cache_pages(struct address_space *mapping,
if (wbc->range_cyclic || (range_whole && wbc->nr_to_write > 0))
mapping->writeback_index = index;

if (wbc->range_cont)
wbc->range_start = index << PAGE_CACHE_SHIFT;
return ret;
}
EXPORT_SYMBOL(write_cache_pages);
Expand Down

0 comments on commit 8990739

Please sign in to comment.