]> git.hungrycats.org Git - linux/commitdiff
[PATCH] remove unnecessary FIXME
authorAndrew Morton <akpm@digeo.com>
Thu, 17 Apr 2003 15:29:03 +0000 (08:29 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 17 Apr 2003 15:29:03 +0000 (08:29 -0700)
Supporting PAGE_CACHE_SIZE != PAGE_SIZE is a "won't fix" for 2.6.  (Bill
Irwin)

include/linux/pagemap.h

index 3be40da2e1aa0a224007198613de2839e2b20c19..3d6822ebc05eba0228c3c7f1ee94e6456d766c8a 100644 (file)
@@ -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)