diff options
Diffstat (limited to 'mm/swap.c')
-rw-r--r-- | mm/swap.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -913,11 +913,11 @@ EXPORT_SYMBOL(__pagevec_lru_add); | |||
913 | * @pvec: Where the resulting entries are placed | 913 | * @pvec: Where the resulting entries are placed |
914 | * @mapping: The address_space to search | 914 | * @mapping: The address_space to search |
915 | * @start: The starting entry index | 915 | * @start: The starting entry index |
916 | * @nr_entries: The maximum number of entries | 916 | * @nr_pages: The maximum number of pages |
917 | * @indices: The cache indices corresponding to the entries in @pvec | 917 | * @indices: The cache indices corresponding to the entries in @pvec |
918 | * | 918 | * |
919 | * pagevec_lookup_entries() will search for and return a group of up | 919 | * pagevec_lookup_entries() will search for and return a group of up |
920 | * to @nr_entries pages and shadow entries in the mapping. All | 920 | * to @nr_pages pages and shadow entries in the mapping. All |
921 | * entries are placed in @pvec. pagevec_lookup_entries() takes a | 921 | * entries are placed in @pvec. pagevec_lookup_entries() takes a |
922 | * reference against actual pages in @pvec. | 922 | * reference against actual pages in @pvec. |
923 | * | 923 | * |