diff options
| author | Andrew Morton <akpm@digeo.com> | 2003-04-17 08:29:03 -0700 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@redhat.com> | 2003-04-17 08:29:03 -0700 |
| commit | e5b34c64f93714a40881b6424637c14ece803619 (patch) | |
| tree | 9ef1112855c562a7edf2ae5809b57d161912f9b3 /include/linux | |
| parent | 9a24f8bd8f4bd5a819fa3ce8abbcb81c529bc245 (diff) | |
[PATCH] remove unnecessary FIXME
Supporting PAGE_CACHE_SIZE != PAGE_SIZE is a "won't fix" for 2.6. (Bill
Irwin)
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pagemap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h index 3be40da2e1aa..3d6822ebc05e 100644 --- a/include/linux/pagemap.h +++ b/include/linux/pagemap.h @@ -169,7 +169,7 @@ extern void end_page_writeback(struct page *page); /* * 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. */ static inline int fault_in_pages_writeable(char *uaddr, int size) |
