mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Fix reiserfs after "test_clear_page_dirty()" removal
Thanks to Len Brown for testing this fix, since while they have in the past, none of my machines run reiserfs at the moment. Cc: Vladimir V. Saveliev <vs@namesys.com> Acked-by: Len Brown <lenb@kernel.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
8368e328df
commit
ffaa82008f
1 changed files with 1 additions and 1 deletions
|
@ -1459,7 +1459,7 @@ static void unmap_buffers(struct page *page, loff_t pos)
|
|||
bh = next;
|
||||
} while (bh != head);
|
||||
if (PAGE_SIZE == bh->b_size) {
|
||||
clear_page_dirty(page);
|
||||
cancel_dirty_page(page, PAGE_CACHE_SIZE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue