|
@@ -1700,17 +1700,8 @@ done:
|
|
* clean. Someone wrote them back by hand with
|
|
* clean. Someone wrote them back by hand with
|
|
* ll_rw_block/submit_bh. A rare case.
|
|
* ll_rw_block/submit_bh. A rare case.
|
|
*/
|
|
*/
|
|
- int uptodate = 1;
|
|
|
|
- do {
|
|
|
|
- if (!buffer_uptodate(bh)) {
|
|
|
|
- uptodate = 0;
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
- bh = bh->b_this_page;
|
|
|
|
- } while (bh != head);
|
|
|
|
- if (uptodate)
|
|
|
|
- SetPageUptodate(page);
|
|
|
|
end_page_writeback(page);
|
|
end_page_writeback(page);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* The page and buffer_heads can be released at any time from
|
|
* The page and buffer_heads can be released at any time from
|
|
* here on.
|
|
* here on.
|