Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffaa8200 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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: default avatarLen Brown <lenb@kernel.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 8368e328
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
			}
		}
	}