X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fpage-flags.h;h=79a6700b716263a4f504627aa974f61e755bff9c;hb=4a7df24ddc7097cd789a7527187826552ea0765e;hp=811183de1ef5eb27792b0b272f7e513c6b78d457;hpb=2b9accbee563f535046ff2cd382d0acaa92e130c;p=pandora-kernel.git diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index 811183de1ef5..79a6700b7162 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -308,7 +308,7 @@ static inline void SetPageUptodate(struct page *page) { #ifdef CONFIG_S390 if (!test_and_set_bit(PG_uptodate, &page->flags)) - page_clear_dirty(page, 0); + page_set_storage_key(page_to_pfn(page), PAGE_DEFAULT_KEY, 0); #else /* * Memory barrier must be issued before setting the PG_uptodate bit,