X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Ffilemap.c;h=33a28bfde158a5c6e403fa11992cd2e897fe6868;hb=5d2a2dbbc1025dbf7998b9289574d9592b8f21cc;hp=5d6e4c2000dc674bd0456f6fa92dd2c5f1b0acfe;hpb=39e88ca2c9d0f6d1e9f34ea2a6e86a652bb69a7a;p=linux-2.6 diff --git a/mm/filemap.c b/mm/filemap.c index 5d6e4c2000..33a28bfde1 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -134,7 +134,7 @@ static int sync_page(void *word) struct address_space *mapping; struct page *page; - page = container_of((page_flags_t *)word, struct page, flags); + page = container_of((unsigned long *)word, struct page, flags); /* * page_mapping() is being called without PG_locked held.