Commit e5b34c64 authored by Andrew Morton's avatar Andrew Morton Committed by Jeff Garzik

[PATCH] remove unnecessary FIXME

Supporting PAGE_CACHE_SIZE != PAGE_SIZE is a "won't fix" for 2.6.  (Bill
Irwin)
parent 9a24f8bd
...@@ -169,7 +169,7 @@ extern void end_page_writeback(struct page *page); ...@@ -169,7 +169,7 @@ extern void end_page_writeback(struct page *page);
/* /*
* Fault a userspace page into pagetables. Return non-zero on a fault. * Fault a userspace page into pagetables. Return non-zero on a fault.
* *
* FIXME: this assumes that two userspace pages are always sufficient. That's * This assumes that two userspace pages are always sufficient. That's
* not true if PAGE_CACHE_SIZE > PAGE_SIZE. * not true if PAGE_CACHE_SIZE > PAGE_SIZE.
*/ */
static inline int fault_in_pages_writeable(char *uaddr, int size) static inline int fault_in_pages_writeable(char *uaddr, int size)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment