[patch] comments patch

From: Aniruddha M Marathe (aniruddha.marathe@wipro.com)
Date: Fri May 09 2003 - 01:19:16 EST


--- linux/mm/truncate.c 2003-04-21 10:28:19.000000000 -0700
+++ tmp/linux/mm/truncate.c 2003-05-08 12:25:52.000000000 -0700
@@ -172,23 +172,23 @@
                         unlock_page(page);
                 }
                 pagevec_release(&pvec);
         }
         if (lstart == 0 && mapping->nrpages)
                 printk("%s: I goofed!\n", __FUNCTION__);
 }
 
 /**
  * invalidate_mapping_pages - Invalidate all the unlocked pages of one
inode
- * @inode: the address_space which holds the pages to invalidate
- * @end: the index of the last page to invalidate (inclusive)
- * @nr_pages: defines the pagecache span. Invalidate up to @start +
@nr_pages
+ * @mapping: the address_space which holds the pages to invalidate
+ * @start: the offset 'from' which to invalidate
+ * @end: the offset 'to' which to invalidate (inclusive)
  *
  * This function only removes the unlocked pages, if you want to
  * remove all the pages of one inode, you must call
truncate_inode_pages.
  *
  * invalidate_mapping_pages() will not block on IO activity. It will
not
  * invalidate pages which are dirty, locked, under writeback or mapped
into
  * pagetables.
  */
 unsigned long invalidate_mapping_pages(struct address_space *mapping,
                                 pgoff_t start, pgoff_t end)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 15 2003 - 22:00:30 EST